Skip to content

Commit f2ab8cb

Browse files
authored
fix: Allow geopandas 1.x (#2065)
Expand range to avoid diamond dependency issues See https://pypi.org/project/geopandas/1.0.1/
1 parent 27370b1 commit f2ab8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pandas = [
7979
"importlib_metadata >= 1.0.0; python_version < '3.8'",
8080
]
8181
ipywidgets = ["ipywidgets >= 7.7.0", "ipykernel >= 6.0.0"]
82-
geopandas = ["geopandas >= 0.9.0, < 1.0dev", "Shapely >= 1.8.4, < 3.0.0dev"]
82+
geopandas = ["geopandas >= 0.9.0, < 2.0dev", "Shapely >= 1.8.4, < 3.0.0dev"]
8383
ipython = ["bigquery-magics >= 0.1.0"]
8484
tqdm = ["tqdm >= 4.7.4, < 5.0.0dev"]
8585
opentelemetry = [

0 commit comments

Comments
 (0)