From d6b95b27bda61f856668d6fa1bbc4a25b0ec5eb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:01:21 +0000 Subject: [PATCH] build(deps): bump rdkit from 2023.9.5 to 2024.3.6 Bumps [rdkit](https://github.com/kuelumbus/rdkit-pypi) from 2023.9.5 to 2024.3.6. - [Release notes](https://github.com/kuelumbus/rdkit-pypi/releases) - [Commits](https://github.com/kuelumbus/rdkit-pypi/commits/2024.3.6) --- updated-dependencies: - dependency-name: rdkit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e59ec713..0c08ba18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "lightning>=2.4.0", "dgl>=2.0.0", "dgllife==0.3.2", - "rdkit==2023.9.5", + "rdkit==2024.3.6", "numba>=0.55.0", "numpy>=1.21.0, < 2.0.0", # not all packages have migrated to >2.0 yet "matplotlib",