From edc7f5a313c6b3b0e8cce96cac4f2f9a576f4170 Mon Sep 17 00:00:00 2001 From: Chris Holden Date: Fri, 20 Dec 2024 17:42:29 -0500 Subject: [PATCH] Better pin numpy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 31f82ef..52b1a7f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "geojson", "importlib_resources", "lxml==5.3.0", - "numpy~=1.19", + "numpy~=1.26.4", "pystac[validation]==1.0.0rc2", "rasterio", "shapely",