From 8d085b589d97aef305737b4175a59ff373f7b519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 11:01:39 +0000 Subject: [PATCH] Update numpy requirement from ==1.19.* to ==1.20.* Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.19.0rc1...v1.20.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8d8ef3cfb53..d4b65941e46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ SQLAlchemy==1.3.19 # required by PyCSW Shapely==1.7.1 mercantile==1.1.6 geoip2==4.1.0 -numpy==1.19.* +numpy==1.20.* # # Apps with packages provided in GeoNode's PPA on Launchpad.