We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd92fb7 commit 2269d4dCopy full SHA for 2269d4d
environment.yml
@@ -14,7 +14,7 @@ dependencies:
14
- packaging
15
# Optional dependencies
16
- contextily
17
- - geopandas
+ - geopandas>=1.0
18
- ipython
19
- pyarrow-core
20
- rioxarray
pyproject.toml
@@ -46,7 +46,7 @@ dynamic = ["version"]
46
[project.optional-dependencies]
47
all = [
48
"contextily",
49
- "geopandas",
+ "geopandas>=1.0",
50
"IPython", # 'ipython' is not the correct module name.
51
"pyarrow",
52
"rioxarray",
0 commit comments