Skip to content

Commit

Permalink
DEPS: Don't force using geopandas 1.0.0, 0.14.4 should be enough.
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Oct 8, 2024
1 parent 13cb646 commit 491d981
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 0.21.4 (2024-10-08)

- DEPS: Don't force using geopandas 1.0.0, 0.14.4 should be enough.

## 0.21.3 (2024-10-08)

- ENH: Allow the process of Sentinel-1 COGs (provided by the Copernicus DataSpace) for SNAP >= 10 ([#172](https://github.com/sertit/eoreader/issues/172))
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ odc-geo>=0.4.6

# Vector libs
rtree
geopandas>=1.0.0
geopandas>=0.14.4
shapely>=2.0.0

# Spectral indices
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"xarray>=2024.06.0", # numpy >= 2
"rioxarray>=0.10.0",
"odc-geo>=0.4.6",
"geopandas>=1.0.0",
"geopandas>=0.14.4",
"sertit[full]>=1.42.1",
"spyndex>=0.3.0",
"pyresample",
Expand Down

0 comments on commit 491d981

Please sign in to comment.