From 38a7eb22ecc043515b7c7b498d581511c5f0fe0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 18:32: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.10.0. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.9.1...v0.10.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 dd94640dd763..2fce5730f490 100644 --- a/python/requirements/tune/requirements_tune.txt +++ b/python/requirements/tune/requirements_tune.txt @@ -45,7 +45,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.10.0;sys_platform!="darwin" transformers==4.9.1