From 5b1f2b7b1e0e13ef1db6f421c969a723e9b73099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:14:00 +0000 Subject: [PATCH 1/2] Bump torchdata from 0.7.1 to 0.8.0 Bumps [torchdata](https://github.com/pytorch/data) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/pytorch/data/releases) - [Commits](https://github.com/pytorch/data/compare/v0.7.1...v0.8.0) --- updated-dependencies: - dependency-name: torchdata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1995eb848..1577774ad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ strict-forcefields = [ "quippy-ase==0.9.14; python_version < '3.12'", "sevenn==0.9.3.post1", "torch==2.2.1", - "torchdata==0.7.1", # TODO: remove when issue fixed + "torchdata==0.8.0", # TODO: remove when issue fixed ] [project.scripts] From 0fc3b75235e2b47828560f42192bcc0eb365a57d Mon Sep 17 00:00:00 2001 From: Janosh Riebesell Date: Fri, 15 Nov 2024 20:42:54 +0000 Subject: [PATCH 2/2] try torchdata==0.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9d16b7476..815766e5ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ strict-forcefields = [ "quippy-ase==0.9.14; python_version < '3.12'", "sevenn==0.9.3.post1", "torch==2.4.1", - "torchdata==0.8.0", + "torchdata==0.9.0", ] [project.scripts]