From 3cd62eca94fd2d74cd13f11a623fe4eacdc72af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 15:37:22 +0000 Subject: [PATCH 1/2] Bump torch from 2.5.1 to 2.9.1 Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.1 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/commits) --- updated-dependencies: - dependency-name: torch dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f2cc1fd..69ee0d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,6 +37,6 @@ pylammpsmpi==0.3.6 pysqa==0.3.3 python-ternary==1.0.8 pyxtal==1.1.1 -torch==2.5.1 +torch==2.9.1 seaborn==0.13.2 tensorflow==2.18.0 From cac4ff9996c9e6e3fedb3362cd22eca26658a1a5 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Wed, 12 Nov 2025 15:37:40 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 7050936..f666c4b 100644 --- a/environment.yml +++ b/environment.yml @@ -58,7 +58,7 @@ dependencies: - python =3.12.10 - python-ace =0.3.1 - python-ternary =1.0.8 -- pytorch =2.5.1 +- pytorch =2.9.1 - pyxtal =1.1.1 - qe =7.5 - seaborn =0.13.2