-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
50 lines (47 loc) · 956 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
42
43
44
45
46
47
48
49
50
[metadata]
name = rogi_xd
version = 0.0.1
author = david graff
author_email = [email protected]
description = evaluating chemical foundation models through the lens of QSPR surface roughness
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
url = https://github.com/coleygroup/rogi-xd
platforms = Linux
[options]
include_package_data = True
packages = find:
python_requires = >=3.9
install_requires =
ae_utils @ git+ssh://[email protected]:davidegraff/autoencoders.git
fastcluster
numpy
PyTDC
pytorch_lightning
rdkit >= 2022.9.4
scipy
selfies
sklearn
torch <= 1.13
torchdrug
transformers
typing_extensions
[options.entry_points]
console_scripts =
rogi_xd = rogi_xd.cli.main:main
[options.extras_require]
dev =
black
flake8
pytest
pytest-cov
plot =
matplotlib
seaborn
test =
pytest
pytest-cov