Skip to content

Commit 68ea577

Browse files
committed
update pyproject
1 parent 3f1aaf1 commit 68ea577

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ classifiers = [
2020
dependencies = [
2121
"click",
2222
"pyyaml",
23-
"torch",
2423
"tqdm",
2524
"rdkit",
26-
"chebai>=1.0.1",
27-
"chemlog>=1.0.4",
25+
# Package to install manually if required
26+
#"chebai>=1.0.1",
27+
#"chemlog>=1.0.4",
28+
2829
# pypi does not support git dependencies
2930
#"chemlog_extra @ git+https://github.com/ChEB-AI/chemlog-extra.git",
30-
"c3p"
31+
3132
# forked version of c3p is windows-compatible
3233
#"c3p @ git+https://github.com/sfluegel05/c3p.git"
3334
]

0 commit comments

Comments
 (0)