From 8fb952c2e9a03690dd321a9bd144862a4e2e2c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:35:18 +0000 Subject: [PATCH] Bump numpy from 1.17.3 to 1.22.0 in /code Bumps [numpy](https://github.com/numpy/numpy) from 1.17.3 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.17.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 code/requirements.txt diff --git a/code/requirements.txt b/code/requirements.txt old mode 100755 new mode 100644 index b387b38..135251a --- a/code/requirements.txt +++ b/code/requirements.txt @@ -5,7 +5,7 @@ jupyter-core==4.6.1 kornia==0.1.2+1782eb3 matplotlib==3.1.1 ninja==1.10.0.post1 -numpy==1.17.3 +numpy==1.22.0 openmesh==1.1.3 plyfile==0.7.1 progressbar==2.5