Skip to content

Commit

Permalink
fix: Allow geopandas 1.x (#2065)
Browse files Browse the repository at this point in the history
Expand range to avoid diamond dependency issues
See https://pypi.org/project/geopandas/1.0.1/
  • Loading branch information
parthea authored Nov 15, 2024
1 parent 27370b1 commit f2ab8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pandas = [
"importlib_metadata >= 1.0.0; python_version < '3.8'",
]
ipywidgets = ["ipywidgets >= 7.7.0", "ipykernel >= 6.0.0"]
geopandas = ["geopandas >= 0.9.0, < 1.0dev", "Shapely >= 1.8.4, < 3.0.0dev"]
geopandas = ["geopandas >= 0.9.0, < 2.0dev", "Shapely >= 1.8.4, < 3.0.0dev"]
ipython = ["bigquery-magics >= 0.1.0"]
tqdm = ["tqdm >= 4.7.4, < 5.0.0dev"]
opentelemetry = [
Expand Down

0 comments on commit f2ab8cb

Please sign in to comment.