Skip to content

Commit 50e7562

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] <support@github.com>
1 parent 89c260a commit 50e7562

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
@@ -19,7 +19,7 @@ packages = find:
1919
python_requires = >=3.9
2020
install_requires =
2121
geoengine-openapi-client == 0.0.22
22-
geopandas >=0.9,<0.15
22+
geopandas >=0.9,<1.1
2323
matplotlib >=3.5,<3.8
2424
numpy >=1.21,<2.1
2525
owslib >=0.27,<0.32

0 commit comments

Comments
 (0)