From 4012b85413620900680940e254cbc0d3a5934c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:06:18 +0000 Subject: [PATCH] Bump numpy from 1.12.1 to 1.21.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.12.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) - [Commits](https://github.com/numpy/numpy/compare/v1.12.1...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 c2e0b089..fdb7fc3d --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ 'editdistance==0.3.1', 'h5py==2.6.0', 'matplotlib==2.0.0', - 'numpy==1.12.1', + 'numpy==1.21.0', 'python-dateutil==2.6.0', 'scipy==0.19.0', 'Pillow==4.1.0',