From d0d2b01a5576fa9bd10f7109072968f9be76444a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:46:10 +0000 Subject: [PATCH] Bump torch from 2.2.1 to 2.5.1 Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.1 to 2.5.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.1...v2.5.1) --- 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..53e7580b 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.5.1", "pydantic", "torchdata<=0.7.1", "boto3", diff --git a/requirements.txt b/requirements.txt index e6fff1ab..adb4f077 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dgl==2.2.1 -torch==2.2.1 +torch==2.5.1 lightning==2.5.0.post0 pymatgen==2024.11.13 ase==3.24.0