From b61999fbbd750d86a09410ab6865f8ca764d4ae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:42:04 +0000 Subject: [PATCH] Bump torch from 2.2.0 to 2.11.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.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.2.0...v2.11.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.0 dependency-type: direct:development 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 138e8378a5..d1702cff56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ strict-forcefields-torch-limited = [ "dgl==2.2.1; sys_platform == 'darwin' or sys_platform == 'win32'", "dgl<=2.4.0; sys_platform == 'linux'", "torch==2.2.2; sys_platform == 'darwin' or sys_platform == 'win32'", - "torch==2.2.0; sys_platform == 'linux'", + "torch==2.11.0; sys_platform == 'linux'", "torchdata==0.7.1", "nequip==0.17.1", # requires numpy<2 because of matscipy "numpy==1.26.4",