From 382291e303e487aa7e7945c83fb44b48d7434aba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 01:07:01 +0000 Subject: [PATCH] chore(deps): bump rdkit from 2023.9.5 to 2024.3.5 Bumps [rdkit](https://github.com/kuelumbus/rdkit-pypi) from 2023.9.5 to 2024.3.5. - [Release notes](https://github.com/kuelumbus/rdkit-pypi/releases) - [Commits](https://github.com/kuelumbus/rdkit-pypi/commits/2024.3.5) --- 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 e392feeb..ffd90bb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pytorch_lightning==2.2.4", "dgl==2.0.0", "dgllife==0.3.2", - "rdkit==2023.9.5", + "rdkit==2024.3.5", "numba>=0.55.0", "numpy>=1.21.0", "matplotlib",