We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c690777 commit 6dfa317Copy full SHA for 6dfa317
h3ronpy/docs/requirements.txt
@@ -9,4 +9,5 @@ jupyter-sphinx
9
scipy
10
pandas
11
geopandas
12
-polars
+polars
13
+pyarrow
h3ronpy/pyproject.toml
@@ -34,7 +34,10 @@ classifiers = [
34
35
[project.optional-dependencies]
36
polars = ["polars>=1"]
37
-pandas = ["geopandas>=1"]
+pandas = [
38
+ "geopandas>=1",
39
+ "pyarrow>=15",
40
+]
41
test = [
42
"rasterio>=1.4",
43
"Shapely>=1.7",
0 commit comments