From ce830d4b75aac671a3723a4c9846ed9fdef415d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:17:48 +0000 Subject: [PATCH] Bump torch from 2.2.0 to 2.7.1 Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.0 to 2.7.1. - [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.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 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 a78bd88893..04284ff1ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,7 +130,7 @@ strict-forcefields = [ "matgl==1.2.7", "quippy-ase==0.9.14; python_version < '3.12'", "sevenn==0.10.3", - "torch==2.2.0", + "torch==2.7.1", "torchdata==0.7.1", # TODO: remove when issue fixed ]