From be3a6387f05ffa8c2fb3493451ae68fbea005fd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:43:38 -0400 Subject: [PATCH] Update geopandas requirement from <1 to <2 (#95) 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.1.0...v1.0.1) --- updated-dependencies: - dependency-name: geopandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e6c6c5..ffc1480 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ "backoff>=2,<3", - "geopandas<1", + "geopandas<2", "h5py", "httpx", "ipywidgets<9",