From 98ce53c10bb462e0894485404866e36adc20bab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 21:12:54 +0000 Subject: [PATCH] [tune](deps): Bump torch from 1.9.0 to 1.10.2 in /python/requirements/ml Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.0 to 1.10.2. - [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.10.2) --- 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 3970fa10a975..a6e15a20994c 100644 --- a/python/requirements/ml/requirements_dl.txt +++ b/python/requirements/ml/requirements_dl.txt @@ -15,6 +15,6 @@ 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.10.2;sys_platform!="darwin" -f https://download.pytorch.org/whl/torch_stable.html torchvision==0.10.0+cpu;sys_platform!="darwin" \ No newline at end of file