diff --git a/pyproject.toml b/pyproject.toml index 60cd4fb..e90a456 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,13 +22,10 @@ dependencies = [ "pyyaml", "tqdm", "rdkit", - # Package to install manually if required - #"chebai>=1.0.1", - #"chemlog>=1.0.4", - - # pypi does not support git dependencies - #"chemlog_extra @ git+https://github.com/ChEB-AI/chemlog-extra.git", - + "chebai>=1.2.0", + "chemlog-extra", + "chemlog", + "c3p" # forked version of c3p is windows-compatible #"c3p @ git+https://github.com/sfluegel05/c3p.git" ]