From ebead723e13d8e1b2307533e0e03b917a98d4396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:16:40 +0000 Subject: [PATCH] Bump the dependencies group in /machine-learning with 2 updates Bumps the dependencies group in /machine-learning with 2 updates: [torchvision](https://github.com/pytorch/vision) and [torchdata](https://github.com/pytorch/data). Updates `torchvision` from 0.15.2 to 0.16.0 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.15.2...v0.16.0) Updates `torchdata` from 0.6.1 to 0.7.0 - [Release notes](https://github.com/pytorch/data/releases) - [Commits](https://github.com/pytorch/data/compare/v0.6.1...v0.7.0) --- updated-dependencies: - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-minor dependency-group: 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machine-learning/requirements.txt b/machine-learning/requirements.txt index 20ab337..339db71 100644 --- a/machine-learning/requirements.txt +++ b/machine-learning/requirements.txt @@ -1,4 +1,4 @@ torch >= 2.0.1 -torchvision == 0.15.2 -torchdata == 0.6.1 +torchvision == 0.16.0 +torchdata == 0.7.0 numpy >= 1.24.2