From 926d8881cb82ed250d187b6a20795f19b6a97852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 20:31:37 +0000 Subject: [PATCH] Bump torch from 2.2.0 to 2.9.1 Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.0 to 2.9.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.9.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.9.1 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 774249210b..be538677a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ strict-forcefields = [ "matgl==2.0.4", "quippy-ase==0.9.14; python_version < '3.12'", "sevenn==0.10.4", - "torch==2.2.0", + "torch==2.9.1", "torchdata==0.7.1", # TODO: remove when issue fixed "deepmd-kit==2.2.11", "tensorflow-cpu==2.16.2",