From c769b389961f06132851aa6279d0d45b8cfb8d44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 04:06:19 +0000 Subject: [PATCH] Bump torch from 2.4.0 to 2.4.1 Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.0 to 2.4.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.4.0...v2.4.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-patch ... 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 1e184f39..fca70490 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "dgl<=2.4.0", "pymatgen", "lightning<=2.4.0", - "torch<=2.2.1", + "torch<=2.4.1", "pydantic", "torchdata<=0.7.1", "boto3", diff --git a/requirements.txt b/requirements.txt index e6d152b1..16ee44fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dgl==2.4.0 -torch==2.4.0 +torch==2.4.1 lightning==2.4.0 pymatgen==2024.9.17.1 ase==3.23.0