From f82f01d7ccfd56c00771420e99628c3572c4ea6e Mon Sep 17 00:00:00 2001 From: dcdenu4 Date: Fri, 11 Oct 2024 16:29:22 -0400 Subject: [PATCH] Restrict pygeoprocessing to see if this the issue. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cf2d3aeb76..b60c525f7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ numpy>=1.11.0,!=1.16.0,<2.0 Rtree>=0.8.2,!=0.9.1 shapely>=2.0.0 scipy>=1.9.0,!=1.12.* -pygeoprocessing>=2.4.2 # pip-only +pygeoprocessing>=2.4.2,<2.4.5 # pip-only taskgraph>=0.11.0 psutil>=5.6.6 chardet>=3.0.4