From c13146aa61b0bc51be3ded8d1cd8c82f9218cd04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 17:21:42 +0000 Subject: [PATCH] [RLlib](deps): Bump torchvision in /python/requirements/rllib 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/rllib/requirements_rllib.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/rllib/requirements_rllib.txt b/python/requirements/rllib/requirements_rllib.txt index f74424b047f23..11d90cf3bcc7a 100644 --- a/python/requirements/rllib/requirements_rllib.txt +++ b/python/requirements/rllib/requirements_rllib.txt @@ -9,7 +9,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" # Environment adapters. # ---------------------