From e65d6a26a7473765584b12febf7fbea6b3a8778f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 17:26:29 +0000 Subject: [PATCH] Bump numpy from 1.18.1 to 1.21.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.18.1...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- paper_experiments/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/paper_experiments/requirements.txt b/paper_experiments/requirements.txt index 0efd346..0670d45 100644 --- a/paper_experiments/requirements.txt +++ b/paper_experiments/requirements.txt @@ -52,7 +52,7 @@ nbformat==4.4.0 networkx==2.2 notebook==6.4.1 numba==0.43.1 -numpy==1.18.4 +numpy==1.21.0 open3d-python==0.7.0.0 opencv-python==4.2.0.32 pandas==0.24.1 diff --git a/requirements.txt b/requirements.txt index 01282e2..200628b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ cycler==0.10.0 kiwisolver==1.1.0 matplotlib==3.1.2 -numpy==1.18.1 +numpy==1.21.0 opencv-python==4.2.0.32 pyparsing==2.4.6 python-dateutil==2.8.1