From f28b189b7767f011e8bb56c280ba8c4111aadbe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:50:50 +0000 Subject: [PATCH] [tune](deps): Bump torch from 1.9.0 to 1.11.0 in /python/requirements/ml Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.0 to 1.11.0. - [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.9.0...v1.11.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/ml/requirements_dl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/ml/requirements_dl.txt b/python/requirements/ml/requirements_dl.txt index 04d41897a8be..bf96bc43a63f 100644 --- a/python/requirements/ml/requirements_dl.txt +++ b/python/requirements/ml/requirements_dl.txt @@ -11,5 +11,5 @@ torchvision==0.10.0;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.9.0+cpu;sys_platform!="darwin" +torch==1.11.0;sys_platform!="darwin" torchvision==0.10.0+cpu;sys_platform!="darwin"