Skip to content

Commit

Permalink
DEPS: Update minimum version of libs *(geopadans 0.11.0+, rasterio 1.…
Browse files Browse the repository at this point in the history
…3.0+...)
  • Loading branch information
remi-braun committed Sep 13, 2022
1 parent 22464f4 commit a6b4abf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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

0 comments on commit a6b4abf

Please sign in to comment.