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 17c1e9c commit 0105d64Copy full SHA for 0105d64
.github/workflows/ci_docs.yml
@@ -103,6 +103,7 @@ jobs:
103
contextily
104
geopandas<1.0
105
ipython
106
+ pyarrow
107
rioxarray
108
make
109
pip
ci/requirements/docs.yml
@@ -16,6 +16,7 @@ dependencies:
16
- contextily
17
- geopandas<1.0
18
- ipython
19
+ - pyarrow
20
- rioxarray
21
# Development dependencies (general)
22
- make
0 commit comments