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 c84d8a1 commit 381b21aCopy full SHA for 381b21a
pyproject.toml
@@ -24,12 +24,18 @@ dependencies = [
24
"tqdm",
25
"rdkit",
26
"chebai>=1.0.1",
27
- "chemlog>=1.0.4"
+ "chemlog>=1.0.4",
28
+ "chemlog_extra @ git+https://github.com/ChEB-AI/chemlog-extra.git",
29
+ # forked version of c3p is windows-compatible
30
+ "c3p @ git+https://github.com/sfluegel05/c3p.git"
31
]
32
33
34
[tool.setuptools]
35
packages = ["chebifier", "chebifier.ensemble", "chebifier.prediction_models"]
36
37
+[tool.setuptools.package-data]
38
+chebifier = ["*.yml"]
39
+
40
[project.optional-dependencies]
41
dev = ["black", "isort", "pre-commit"]
0 commit comments