From 720bb2e8084468414ef6ce5488da408ec9b664ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:49:21 +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 38b02443..fb1095e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pymatgen==2024.11.13 ase==3.23.0 pydantic==2.10.3 numpy==1.26.4 -torchdata==0.7.1 +torchdata==0.10.1 boto3==1.35.82 sympy==1.13.3