From 221212d479dfd65cdd809cf9deca0a1bd2b47ea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 17:05:21 +0000 Subject: [PATCH] Bump torch from 2.2.1 to 2.6.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.1 to 2.6.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.1...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7ef7ee3b..94aff05c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "dgl<=2.2.1", "pymatgen", "lightning<=2.5.0.post0", - "torch<=2.2.1", + "torch<=2.6.0", "pydantic", "torchdata<=0.7.1", "boto3", diff --git a/requirements.txt b/requirements.txt index 082f1d32..1c456519 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dgl==2.2.1 -torch==2.2.1 +torch==2.6.0 lightning==2.5.0.post0 pymatgen==2024.11.13 ase==3.24.0