From a3a5646c4082e08637d1544210d5f2937d1b9dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 17:44:41 +0000 Subject: [PATCH] build(deps): bump torch from 2.4.0 to 2.9.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.0 to 2.9.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.4.0...v2.9.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4e688f1..31cb27e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "pytz", "pydantic", "chembl-webresource-client", - "torch==2.4.0", + "torch==2.9.0", "torchvision==0.19.0", "torchaudio==2.4.0", "molfeat==0.11.0", @@ -51,7 +51,7 @@ protein = [ # Optimal transport distances otdd = [ - "torch==2.4.0", + "torch==2.9.0", "torchvision==0.19.0", "torchaudio==2.4.0", "pot", @@ -63,7 +63,7 @@ otdd = [ # All features all = [ - "torch==2.4.0", + "torch==2.9.0", "torchvision==0.19.0", "torchaudio==2.4.0", "molfeat==0.11.0",