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