diff --git a/requirements-doc.txt b/requirements-doc.txt index ad0eee25..2be30d65 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -15,7 +15,6 @@ cartopy hvplot geoviews -pystac[validation] eodag folium diff --git a/requirements.txt b/requirements.txt index ab208dcb..c730153b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,18 +20,20 @@ dicttoxml # Paths validators -cloudpathlib[s3]>=0.10.0 +cloudpathlib[s3]>=0.12.1 # Raster libs scipy pyresample -rasterio>=1.3.0 -xarray>=0.18.0 +rasterio>=1.3.10 # numpy >= 2 +xarray>=2024.06.0 # numpy >= 2 rioxarray>=0.10.0 +odc-geo>=0.4.6 # Vector libs rtree -geopandas>=0.11.0 +geopandas>=1.0.0 +shapely>=2.0.0 # Spectral indices spyndex>=0.3.0 @@ -40,7 +42,7 @@ spyndex>=0.3.0 sertit[full]>=1.41.0 # Optimizations -dask[complete]>=2021.10.0 +dask[complete]>=2024.5.1 # numpy >= 2 methodtools # Plot diff --git a/setup.py b/setup.py index 889eda7a..6b1bf592 100644 --- a/setup.py +++ b/setup.py @@ -29,15 +29,17 @@ "lxml", "h5netcdf", "scipy", - "rasterio>=1.3.0", - "xarray>=0.18.0", + "rasterio>=1.3.10", # numpy >= 2 + "xarray>=2024.06.0", # numpy >= 2 "rioxarray>=0.10.0", - "geopandas>=0.11.0", + "odc-geo>=0.4.6", + "geopandas>=1.0.0", "sertit[full]>=1.41.0", "spyndex>=0.3.0", "pyresample", "zarr", "rtree", + "cloudpathlib[s3]>=0.12.1", "validators", "methodtools", "dicttoxml",