From f6a0a2cebcc89b319f6026c20c9c0295d5ed979d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 09:21:16 +0000 Subject: [PATCH] Update rdkit requirement from 2024.9.6 to 2025.3.3 Updates the requirements on [rdkit](https://github.com/kuelumbus/rdkit-pypi) to permit the latest version. - [Release notes](https://github.com/kuelumbus/rdkit-pypi/releases) - [Commits](https://github.com/kuelumbus/rdkit-pypi/compare/2024.9.6...2025.03.3) --- updated-dependencies: - dependency-name: rdkit dependency-version: 2025.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0efe9ba..0dd1735 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ ovito = { version = "*", optional = true } plotly = { version = "6.0.1", optional = true } dash = { version = "3.0.4", optional = true } pyyaml = { version = "6.0.2", optional = true } -rdkit = { version = "2024.9.6", optional = true } +rdkit = { version = "2025.3.3", optional = true } [tool.poetry.group.dev.dependencies] pytest = "8.3.5"