From 77f4a6943bbbe5dbccb2890ae25c7a5bc8dc170f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 02:38:17 +0000 Subject: [PATCH] Bump numpy from 1.19 to 1.21.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.19 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.19.0...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 5cafac50..1c9d99ef --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ "matplotlib", "motmetrics==1.1.3", "numba", - "numpy==1.19", + "numpy==1.21.0", "omegaconf==2.1.0", "opencv-python>=4.1.0.25", "pandas>=0.23.1",