From b04d2d1c6c7016fe92cbc098390654f14131b84e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:33:55 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9e2899838..3ebe57594 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "nequip", "hiphive", "dgl==2.1.0", - "torchdata==0.7.1", + "torchdata==0.10.1", # quippy-ase support for py3.12 tracked in https://github.com/libAtoms/QUIP/issues/645 "quippy-ase==0.9.14; python_version < '3.12'", "torch==2.2.1", @@ -74,7 +74,7 @@ strict = [ "numpy==1.26.4", "typing", "dgl==2.1.0", - "torchdata==0.7.1", + "torchdata==0.10.1", "nequip==0.6.1", "hiphive==1.4", ]