From 194173a45c4539483fbd93b3164eb4f4ba354aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 16:50:12 +0000 Subject: [PATCH] Bump numpy from 1.17.2 to 1.21.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.17.2 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.17.2...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements27.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 01fbc42c..018956d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ more-itertools==7.2.0 netCDF4==1.5.3 nine==1.0.0 numexpr==2.7.0 -numpy==1.17.2 +numpy==1.21.0 packaging==19.2 pandas==0.25.1 parso==0.5.1 diff --git a/requirements27.txt b/requirements27.txt index 0e675248..44bb3dbf 100644 --- a/requirements27.txt +++ b/requirements27.txt @@ -31,7 +31,7 @@ more-itertools==5.0.0 netCDF4==1.5.3 nine==1.0.0 numexpr==2.7.0 -numpy==1.15.4 +numpy==1.21.0 packaging==19.2 pandas==0.24.2 pathlib2==2.3.5 diff --git a/setup.py b/setup.py index 31d26baf..22c94dd4 100644 --- a/setup.py +++ b/setup.py @@ -156,7 +156,7 @@ def _get_gdal_version(): setup_requires=[ 'nine', 'setuptools>=41.0', - 'numpy>=1.15,<=1.17.2', + 'numpy>=1.15,<1.21.1', 'cython', ], install_requires=requirements,