We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1aaf1 commit 68ea577Copy full SHA for 68ea577
pyproject.toml
@@ -20,14 +20,15 @@ classifiers = [
20
dependencies = [
21
"click",
22
"pyyaml",
23
- "torch",
24
"tqdm",
25
"rdkit",
26
- "chebai>=1.0.1",
27
- "chemlog>=1.0.4",
+ # Package to install manually if required
+ #"chebai>=1.0.1",
+ #"chemlog>=1.0.4",
28
+
29
# pypi does not support git dependencies
30
#"chemlog_extra @ git+https://github.com/ChEB-AI/chemlog-extra.git",
- "c3p"
31
32
# forked version of c3p is windows-compatible
33
#"c3p @ git+https://github.com/sfluegel05/c3p.git"
34
]
0 commit comments