From 99a1c6141d5984dbd0d45bf05df29eaf670f0fbf Mon Sep 17 00:00:00 2001 From: James Douglass Date: Wed, 9 Oct 2024 15:47:18 -0700 Subject: [PATCH] Removing numpy version cap. RE:#403 --- HISTORY.rst | 5 ++++- requirements.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 6662f102..c5307969 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,10 @@ Release History =============== -.. Unreleased Changes +Unreleased Changes +------------------ +* Removing the ``numpy<2`` constraint for requirements.txt that should have + been included in the 2.4.5 release. https://github.com/natcap/pygeoprocessing/issues/396 2.4.5 (2024-10-08) ------------------ diff --git a/requirements.txt b/requirements.txt index b1e346e3..3084426e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # This file records the packages and requirements needed in order for # pygeoprocessing to work as expected. GDAL>=3.0.4 -numpy>=1.10.1,<2.0 +numpy>=1.10.1 Rtree>=0.8.3 scipy>=0.14.1,!=0.19.1 Shapely>=1.6.4