From e50260b304fe7f505122b7e51c264dac5fcd946e Mon Sep 17 00:00:00 2001 From: James Douglass Date: Tue, 6 Feb 2024 15:39:49 -0800 Subject: [PATCH] Restoring pygeoprocessing requirement. RE:#1431 --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 473d798f38..5b2583b0fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,8 +17,7 @@ numpy>=1.11.0,!=1.16.0 Rtree>=0.8.2,!=0.9.1 shapely>=2.0.0 scipy>=1.9.0 -#pygeoprocessing>=2.4.2 # pip-only -git+https://github.com/phargogh/pygeoprocessing.git@feature/366-eliminate-duplicate-rasterization-in-alignment#egg=pygeoprocessing # pip-only +pygeoprocessing>=2.4.2 # pip-only taskgraph>=0.11.0 psutil>=5.6.6 chardet>=3.0.4