Skip to content

Commit 1744abf

Browse files
authored
chore(geoarrow-pyarrow): Constrain geoarrow-c dependency to latest version (#69)
1 parent f705b51 commit 1744abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geoarrow-pyarrow/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ description = ""
2323
authors = [{name = "Dewey Dunnington", email = "dewey@dunnington.ca"}]
2424
license = {text = "Apache-2.0"}
2525
requires-python = ">=3.8"
26-
dependencies = ["pyarrow >= 14.0.2", "geoarrow-types", "geoarrow-c"]
26+
dependencies = ["pyarrow >= 14.0.2", "geoarrow-types", "geoarrow-c >= 0.3.0"]
2727

2828
[project.optional-dependencies]
2929
test = ["pytest", "pandas", "numpy", "geopandas", "pyogrio", "pyproj"]

0 commit comments

Comments
 (0)