From 3cc2e2d85b813ddb4be24dc381f2f95658f4c551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Jul 2022 07:07:31 +0000 Subject: [PATCH] [tune](deps): Bump torchvision in /python/requirements/tune Bumps [torchvision](https://github.com/pytorch/vision) from 0.9.1 to 0.13.0. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.9.1...v0.13.0) --- updated-dependencies: - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/tune/requirements_tune.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/tune/requirements_tune.txt b/python/requirements/tune/requirements_tune.txt index b00b9b081523..72c58e9f81b9 100644 --- a/python/requirements/tune/requirements_tune.txt +++ b/python/requirements/tune/requirements_tune.txt @@ -43,7 +43,7 @@ torchvision==0.9.1;sys_platform=="darwin" -f https://download.pytorch.org/whl/torch_stable.html torch==1.8.1+cpu;sys_platform!="darwin" -f https://download.pytorch.org/whl/torch_stable.html -torchvision==0.9.1+cpu;sys_platform!="darwin" +torchvision==0.13.0;sys_platform!="darwin" transformers==4.9.1