Skip to content

Commit 381b21a

Browse files
committed
update dependencies
1 parent c84d8a1 commit 381b21a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,18 @@ dependencies = [
2424
"tqdm",
2525
"rdkit",
2626
"chebai>=1.0.1",
27-
"chemlog>=1.0.4"
27+
"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"
2831
]
2932

3033

3134
[tool.setuptools]
3235
packages = ["chebifier", "chebifier.ensemble", "chebifier.prediction_models"]
3336

37+
[tool.setuptools.package-data]
38+
chebifier = ["*.yml"]
39+
3440
[project.optional-dependencies]
3541
dev = ["black", "isort", "pre-commit"]

0 commit comments

Comments
 (0)