From 709875fca151374b72282dec4a82c089412ddffe Mon Sep 17 00:00:00 2001 From: David Montero Loaiza <49817852+davemlz@users.noreply.github.com> Date: Sat, 22 Jun 2024 19:17:26 +0200 Subject: [PATCH] FIX: Pinned numpy<2.0.0, wait for stackstac --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 51af582..7995b2f 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ def read(filename): package_data={"cubo": ["data/*.json"]}, install_requires=[ "dask>=2023.7.0", + "numpy<2.0.0", "pandas>=2.0.3", "planetary_computer>=1.0.0", "pystac_client>=0.7.2",