Skip to content

Commit

Permalink
Update of third party libraries' minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Aug 13, 2024
1 parent cfc713e commit d109c50
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
1 change: 0 additions & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ cartopy
hvplot
geoviews

pystac[validation]
eodag
folium

Expand Down
12 changes: 7 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d109c50

Please sign in to comment.