From a0bd00b2f94fcab0d0e491d5ef3759e969890d73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Fl=C3=BCgel?= <43573433+sfluegel05@users.noreply.github.com> Date: Tue, 17 Feb 2026 16:03:22 +0100 Subject: [PATCH] Update dependencies in pyproject.toml Updated package versions and added new dependencies. --- pyproject.toml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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" ]