Skip to content

Commit 6dfa317

Browse files
committed
add pyarrow to dependencies to build on RTD
1 parent c690777 commit 6dfa317

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

h3ronpy/docs/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ jupyter-sphinx
99
scipy
1010
pandas
1111
geopandas
12-
polars
12+
polars
13+
pyarrow

h3ronpy/pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ classifiers = [
3434

3535
[project.optional-dependencies]
3636
polars = ["polars>=1"]
37-
pandas = ["geopandas>=1"]
37+
pandas = [
38+
"geopandas>=1",
39+
"pyarrow>=15",
40+
]
3841
test = [
3942
"rasterio>=1.4",
4043
"Shapely>=1.7",

0 commit comments

Comments
 (0)