From 7112371123bc64b7bb754c9b126d5a6232f12c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:31:19 +0000 Subject: [PATCH] Bump rdkit from 2026.3.1 to 2026.3.2 Bumps [rdkit](https://github.com/rdkit/rdkit) from 2026.3.1 to 2026.3.2. - [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.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a31bf08..a50bb8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ docs = [ "accelerate~=1.3", "datasets>=3.3,<5.0", "torch~=2.0", - "rdkit==2026.3.1", + "rdkit==2026.3.2", "transformers>=4.48.2,<4.58.0", ]