Skip to content

Commit

Permalink
add pyarrow to dependencies to build on RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
nmandery committed Nov 26, 2024
1 parent c690777 commit 6dfa317
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion h3ronpy/docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ jupyter-sphinx
scipy
pandas
geopandas
polars
polars
pyarrow
5 changes: 4 additions & 1 deletion h3ronpy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ classifiers = [

[project.optional-dependencies]
polars = ["polars>=1"]
pandas = ["geopandas>=1"]
pandas = [
"geopandas>=1",
"pyarrow>=15",
]
test = [
"rasterio>=1.4",
"Shapely>=1.7",
Expand Down

0 comments on commit 6dfa317

Please sign in to comment.