From 61d33aeee8ef4871bfcdeb4ffaed9ce8738aafc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:55:12 +0000 Subject: [PATCH] Update geopandas requirement in /python 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](https://github.com/geopandas/geopandas/compare/v0.14.0...v1.0.1) --- updated-dependencies: - dependency-name: geopandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.cfg b/python/setup.cfg index 4ffd3dc94..9e696a76e 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -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