From 77e0df931647a40a6b5ea7b20026f4ec76545d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 04:24:07 +0000 Subject: [PATCH] Bump torch from 2.8.0 to 2.11.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.8.0 to 2.11.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.8.0...v2.11.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72b9b693..37e72292 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies=[ "huggingface-hub>=0.20.0", "torch-sparse", "torch-scatter", - "torch==2.8.0", + "torch==2.11.0", "torch-cluster", "combat>=0.3.3", "topomodelx @ git+https://github.com/pyt-team/TopoModelX.git",