-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathsetup.cfg
41 lines (38 loc) · 886 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[metadata]
name = RAscore
version = 2021.03
description = Retrosynthetic Accessibility (RA) score learned from computer aided synthesis planning
long_description = file: README.md
url = https://github.com/reymond-group/RAscore
download_url = https://github.com/reymond-group/RAscore
author = Reymond Group/Molecular AI AstraZeneca
author_email = amol.thakkar@dcb.unibe.ch
license = MIT
license_file = LICENSE
[options]
zip_safe = False
install_requires =
scikit-learn == 0.22.1
xgboost == 1.0.2
h5py
click
tqdm
tensorflow-gpu == 2.5.0
setuptools-git
packages = find:
include_package_data = True
python_requires = >=3.7
[options.entry_points]
console_scripts =
RAscore = RAscore.command_line_interface:main
[options.extras_require]
retraining =
matplotlib
ModifiedNB
numpy
optuna
pandas
scipy
seaborn
swifter
tables