From 678cae63738596a71ead82279c5a26efaae06220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:35:44 +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 f82aad86..920d88ad 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.8.9 ase==3.23.0