Skip to content

Commit 2269d4d

Browse files
committed
Bump minimum supported version to geopandas>=1.0
Bumps minimum supported GeoPandas version to 1.0 in the pyproject.toml and environment.yml files. Xref #3456
1 parent fd92fb7 commit 2269d4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- packaging
1515
# Optional dependencies
1616
- contextily
17-
- geopandas
17+
- geopandas>=1.0
1818
- ipython
1919
- pyarrow-core
2020
- rioxarray

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dynamic = ["version"]
4646
[project.optional-dependencies]
4747
all = [
4848
"contextily",
49-
"geopandas",
49+
"geopandas>=1.0",
5050
"IPython", # 'ipython' is not the correct module name.
5151
"pyarrow",
5252
"rioxarray",

0 commit comments

Comments
 (0)