Skip to content

Commit

Permalink
Update geopandas requirement in /python
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.14.0...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 Sep 30, 2024
1 parent 3a99cac commit 61d33ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers =
packages = find:
python_requires = <3.11,>=3.10
install_requires =
geopandas<0.14.4,>=0.14
geopandas>=0.14,<1.0.2
h3<4.0,>=3.7
ipython<8.11,>=7.4.2
keplergl==0.3.2
Expand Down

0 comments on commit 61d33ae

Please sign in to comment.