Skip to content

Commit a439ad9

Browse files
Update geopandas requirement from <0.14,>=0.9 to >=0.9,<0.15
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.9.0...v0.14.0) --- updated-dependencies: - dependency-name: geopandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b806cc commit a439ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package_dir =
1818
packages = find:
1919
python_requires = >=3.8
2020
install_requires =
21-
geopandas >=0.9,<0.14
21+
geopandas >=0.9,<0.15
2222
matplotlib >=3.4,<3.8
2323
numpy >=1.21,<2
2424
owslib >=0.26,<0.30

0 commit comments

Comments
 (0)