Skip to content

Commit 40ae76d

Browse files
authored
chore(geoarrow-pyarrow): Update version constraint to latest released geoarrow-types (#70)
1 parent 1744abf commit 40ae76d

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 >= 0.3.0"]
26+
dependencies = ["pyarrow >= 14.0.2", "geoarrow-types >= 0.3.0", "geoarrow-c >= 0.3.0"]
2727

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

0 commit comments

Comments
 (0)