From 7d7f6b987162d79ddc677b73b9a29bd98b4e7b95 Mon Sep 17 00:00:00 2001 From: BRAUN REMI Date: Mon, 9 Dec 2024 13:24:29 +0100 Subject: [PATCH] 1.44.0 is not out yet, fix deps for CI --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ad8346c8..1ed56b95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ shapely>=2.0.0 spyndex>=0.3.0 # SERTIT libs -sertit[full]>1.43.4 +sertit[full]==1.44.0rc1 # Optimizations dask[complete]>=2024.5.1 # numpy >= 2 diff --git a/setup.py b/setup.py index 4a322ed3..4cabcbcf 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ "rioxarray>=0.10.0", "odc-geo>=0.4.6", "geopandas>=0.14.4", - "sertit[full]>1.43.4", + "sertit[full]==1.44.0rc1", "spyndex>=0.3.0", "pyresample", "zarr",