From 9d480a7c156888aa350a4524e0a0fb1840a43855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:39:25 +0000 Subject: [PATCH] chore(deps): update rdkit requirement from >=2022.3.1 to >=2026.3.1 Updates the requirements on [rdkit](https://github.com/rdkit/rdkit) to permit the latest version. - [Release notes](https://github.com/rdkit/rdkit/releases) - [Changelog](https://github.com/rdkit/rdkit/blob/master/ReleaseNotes.md) - [Commits](https://github.com/rdkit/rdkit/commits) --- updated-dependencies: - dependency-name: rdkit dependency-version: 2026.3.1 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 c0e4653..a755a4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ dependencies = [ "plotly>=5.0.0", "numpy>=1.20.0", - "rdkit>=2022.3.1", + "rdkit>=2026.3.1", "kaleido>=0.2.1", ]