-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
54 lines (50 loc) · 1.31 KB
/
setup.cfg
File metadata and controls
54 lines (50 loc) · 1.31 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
[metadata]
name = low-sim-pdbbind
description = A repo for benchmarking binding affinity models
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Exscientia/low-sim-pdbbind
author = Exscientia
project_urls =
Documentation = https://exscientia.github.io/low-sim-pdbbind
Source = https://github.com/Exscientia/low-sim-pdbbind
Issue tracker = https://github.com/Exscientia/low-sim-pdbbind/issues
classifiers =
Development Status :: 1 - Planning
Intended Audience :: Science/Research
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.11
Typing :: Typed
[options]
packages = find_namespace:
package_dir =
=src
python_requires = >= 3.11
include_package_data = True
install_requires =
molflux[openeye]>=0.6.0
dvc[s3]
loguru
jupyterlab
[options.packages.find]
where = src
[options.extras_require]
ligand_pocket_3d =
physicsml>=0.6.0
mlflow
ligand_only_2d =
molflux[rdkit,catboost,xgboost]
durant_models =
oddt
openbabel-wheel
numpy
openeye-toolkits
torch
lightning
datasets
scikit-learn
all =
low_sim_pdbbind[ligand_pocket_3d,ligand_only_2d,durant_models]