From 92d9f3bbdd859d95a80ecbb618a9363c36eb4c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:51:20 +0000 Subject: [PATCH] Bump torchdata from 0.7.1 to 0.10.1 Bumps [torchdata](https://github.com/pytorch/data) from 0.7.1 to 0.10.1. - [Release notes](https://github.com/pytorch/data/releases) - [Commits](https://github.com/pytorch/data/compare/v0.7.1...v0.10.1) --- updated-dependencies: - dependency-name: torchdata 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 0bfde7e0..f69cb554 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "lightning<=2.4.0", "torch<=2.2.1", "pydantic", - "torchdata<=0.7.1", + "torchdata<=0.10.1", "boto3", "numpy<2.0.0" ] diff --git a/requirements.txt b/requirements.txt index 4773b162..68bfd65c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pymatgen==2024.11.13 ase==3.23.0 pydantic==2.10.4 numpy==1.26.4 -torchdata==0.7.1 +torchdata==0.10.1 boto3==1.35.86 sympy==1.13.3