From 434d75e229b473abd623755993ac561eb599d4ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Sep 2021 07:10:17 +0000 Subject: [PATCH] [RLlib](deps): Bump torch in /python/requirements/rllib Bumps [torch](https://github.com/pytorch/pytorch) from 1.8.1 to 1.9.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v1.8.1...v1.9.1) --- updated-dependencies: - dependency-name: torch 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 1cad36689b9c..f20c1a7518c4 100644 --- a/python/requirements/rllib/requirements_rllib.txt +++ b/python/requirements/rllib/requirements_rllib.txt @@ -7,7 +7,7 @@ torchvision==0.9.1;sys_platform=="darwin" # On non-OSX machines only install CPU version of torch and torchvision -f https://download.pytorch.org/whl/torch_stable.html -torch==1.8.1+cpu;sys_platform!="darwin" +torch==1.9.1;sys_platform!="darwin" -f https://download.pytorch.org/whl/torch_stable.html torchvision==0.9.1+cpu;sys_platform!="darwin"