From 7c9e78a259f7e3e297fb98069d39f2e16bf76644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:23:07 +0000 Subject: [PATCH] Bump torchdata from 0.7.1 to 0.11.0 Bumps [torchdata](https://github.com/pytorch/data) from 0.7.1 to 0.11.0. - [Release notes](https://github.com/pytorch/data/releases) - [Commits](https://github.com/pytorch/data/compare/v0.7.1...v0.11.0) --- updated-dependencies: - dependency-name: torchdata dependency-version: 0.11.0 dependency-type: direct:development 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 fd9090fdbf..e80dd080ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,7 +112,7 @@ strict-forcefields-torch-limited = [ "dgl<=2.4.0; sys_platform == 'linux'", "torch==2.11.0; sys_platform == 'darwin' or sys_platform == 'win32'", "torch==2.2.0; sys_platform == 'linux'", - "torchdata==0.7.1", + "torchdata==0.11.0", "nequip==0.17.1", # requires numpy<2 because of matscipy "numpy==1.26.4", ]