diff --git a/CHANGES.md b/CHANGES.md index 03acd824..8e9eb61f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -33,6 +33,7 @@ - DOC: Add the need of using SNAP 8.0 up-to-date or SNAP 9.0 ([#42](https://github.com/sertit/eoreader/issues/42)) - DOC: Add the STAC session in API documentation - DEPS: Dropping support of Python 3.7 ([#18](https://github.com/sertit/eoreader/issues/18)) +- DEPS: Update minimum version of libs *(geopadans 0.11.0+, rasterio 1.3.0+...)* ## 0.16.1 (2022-08-03) diff --git a/requirements.txt b/requirements.txt index 9e9f4423..cbde045f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,17 +20,17 @@ tqdm lxml colorlog h5netcdf -rasterio>=1.2.2 +rasterio>=1.3.0 xarray>=0.18.0 rioxarray>=0.4.0 -geopandas>=0.9.0 +geopandas>=0.11.0 dask[complete]==2021.10.0 rtree validators -cloudpathlib>=0.7.0 +cloudpathlib>=0.10.0 # STAC pystac[validation] # SERTIT libs -sertit[full]>=1.15.0 +sertit[full]>=1.17.1 diff --git a/setup.py b/setup.py index 69531bad..746c2699 100644 --- a/setup.py +++ b/setup.py @@ -29,11 +29,11 @@ "lxml", "h5netcdf", "scipy", - "rasterio>=1.2.2", + "rasterio>=1.3.0", "xarray>=0.18.0", "rioxarray>=0.4.0", - "geopandas>=0.9.0", - "sertit[full]>=1.15.0", + "geopandas>=0.11.0", + "sertit[full]>=1.17.1", "rtree", "validators", "methodtools",