We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f705b51 commit 1744abfCopy full SHA for 1744abf
1 file changed
geoarrow-pyarrow/pyproject.toml
@@ -23,7 +23,7 @@ description = ""
23
authors = [{name = "Dewey Dunnington", email = "[email protected]"}]
24
license = {text = "Apache-2.0"}
25
requires-python = ">=3.8"
26
-dependencies = ["pyarrow >= 14.0.2", "geoarrow-types", "geoarrow-c"]
+dependencies = ["pyarrow >= 14.0.2", "geoarrow-types", "geoarrow-c >= 0.3.0"]
27
28
[project.optional-dependencies]
29
test = ["pytest", "pandas", "numpy", "geopandas", "pyogrio", "pyproj"]
0 commit comments