Skip to content

Commit

Permalink
Update geopandas requirement from <0.13,>=0.10.2 to >=0.10.2,<1.1
Browse files Browse the repository at this point in the history
Updates the requirements on [geopandas](https://github.com/geopandas/geopandas) to permit the latest version.
- [Release notes](https://github.com/geopandas/geopandas/releases)
- [Changelog](https://github.com/geopandas/geopandas/blob/main/CHANGELOG.md)
- [Commits](geopandas/geopandas@v0.10.2...v1.0.1)

---
updated-dependencies:
- dependency-name: geopandas
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent f58f2f2 commit 8c9ee1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy<2.0
pandas<2.0
geopandas>=0.10.2, <0.13 # Has additional dependencies (pandas, numpy, shapely, fiona, etc.), tested on 0.10.2
geopandas>=0.10.2, <1.1 # Has additional dependencies (pandas, numpy, shapely, fiona, etc.), tested on 0.10.2
pint>=0.18 # May work on earlier versions but this is what it was tested on
dataretrieval>=1.0, <1.0.5 # 1.0.5 will break datetime handling, <1.0 doesn't have required functions
descartes>=1.1.0 # May be required for mapping in some jupyter notebooks
Expand Down

0 comments on commit 8c9ee1e

Please sign in to comment.