From e6ce697c28f5ce0d8f93210cd016e63dc795b060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 15:18:21 +0000 Subject: [PATCH] Bump numpy from 1.20.2 to 1.22.0 in /MMVII/src/DenseMatch Bumps [numpy](https://github.com/numpy/numpy) from 1.20.2 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.20.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy 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..53ddd3d716 --- a/MMVII/src/DenseMatch/requirements.txt +++ b/MMVII/src/DenseMatch/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.20.2 +numpy==1.22.0 --find-links https://download.pytorch.org/whl/cu110/torch_stable.html torch==1.7.0 --find-links https://download.pytorch.org/whl/cu110/torch_stable.html