From c29737a1ffa8724629342c78efb4e26c1cbef80f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 10:46:22 +0000 Subject: [PATCH] Bump torch from 1.7.0 to 1.13.1 in /MMVII/src/DenseMatch Bumps [torch](https://github.com/pytorch/pytorch) from 1.7.0 to 1.13.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.7.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- MMVII/src/DenseMatch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 MMVII/src/DenseMatch/requirements.txt diff --git a/MMVII/src/DenseMatch/requirements.txt b/MMVII/src/DenseMatch/requirements.txt old mode 100755 new mode 100644 index cf4262e3b6..0ccd06a05f --- a/MMVII/src/DenseMatch/requirements.txt +++ b/MMVII/src/DenseMatch/requirements.txt @@ -1,6 +1,6 @@ numpy==1.20.2 --find-links https://download.pytorch.org/whl/cu110/torch_stable.html -torch==1.7.0 +torch==1.13.1 --find-links https://download.pytorch.org/whl/cu110/torch_stable.html torchvision==0.8.1 imageio