From 2a577650f6d1a00d39f18e1c4391e668e331df4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:42:16 +0000 Subject: [PATCH] Bump torchdata in /machine-learning in the dependencies group Bumps the dependencies group in /machine-learning with 1 update: [torchdata](https://github.com/pytorch/data). Updates `torchdata` from 0.9.0 to 0.10.1 - [Release notes](https://github.com/pytorch/data/releases) - [Commits](https://github.com/pytorch/data/compare/v0.9.0...v0.10.1) --- updated-dependencies: - dependency-name: torchdata dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- machine-learning/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/requirements.txt b/machine-learning/requirements.txt index 910b0b0..c0eb848 100644 --- a/machine-learning/requirements.txt +++ b/machine-learning/requirements.txt @@ -1,4 +1,4 @@ torch >= 2.0.1, < 3 torchvision == 0.20.1 -torchdata == 0.9.0 +torchdata == 0.10.1 numpy >= 1.24.2, < 3