Skip to content

Commit

Permalink
Update geopandas requirement from <1 to <2 (#95)
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.1.0...v1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 1, 2024
1 parent 08b7256 commit be3a638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
requires-python = ">=3.10"
dependencies = [
"backoff>=2,<3",
"geopandas<1",
"geopandas<2",
"h5py",
"httpx",
"ipywidgets<9",
Expand Down

0 comments on commit be3a638

Please sign in to comment.