Skip to content

Commit 030daf0

Browse files
Update geopandas requirement from >0.8 to >=1.0.1
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.8.1...v1.0.1) --- updated-dependencies: - dependency-name: geopandas dependency-version: 1.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1221a9f commit 030daf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ doc = [
3737
examples = [
3838
"cartopy>=0.20",
3939
"descartes",
40-
"geopandas>0.8",
40+
"geopandas>=1.0.1",
4141
"jupyter",
4242
"matplotlib",
4343
"rasterio",

0 commit comments

Comments
 (0)