From d8f518f2420f47785809c503e3ca3dc7d277d1b3 Mon Sep 17 00:00:00 2001 From: David Montero Loaiza <49817852+davemlz@users.noreply.github.com> Date: Sun, 23 Jun 2024 16:37:16 +0200 Subject: [PATCH] FIX: Pinned cubo>=2024.6.0, avoiding numpy>=2.0.0 (stackstac breaks) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8b6a330..61f1e1d 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(filename): packages=find_packages(exclude=("tests",)), package_data={"sen2nbar": ["data/*.json"]}, install_requires=[ - "cubo>=2023.7.2", + "cubo>=2024.6.0", "pystac", "rasterio>=1.3.6", "requests",