diff --git a/python/geoarrow-c/pyproject.toml b/python/geoarrow-c/pyproject.toml index 0341a3c2..eeba4641 100644 --- a/python/geoarrow-c/pyproject.toml +++ b/python/geoarrow-c/pyproject.toml @@ -25,7 +25,7 @@ license = {text = "Apache-2.0"} requires-python = ">=3.8" [project.optional-dependencies] -test = ["pyarrow<13.0.0", "pytest", "numpy"] +test = ["pyarrow", "pytest", "numpy"] [project.urls] homepage = "https://geoarrow.org" diff --git a/python/geoarrow-pyarrow/pyproject.toml b/python/geoarrow-pyarrow/pyproject.toml index 6e7f5923..97c35172 100644 --- a/python/geoarrow-pyarrow/pyproject.toml +++ b/python/geoarrow-pyarrow/pyproject.toml @@ -23,7 +23,7 @@ description = "" authors = [{name = "Dewey Dunnington", email = "dewey@dunnington.ca"}] license = {text = "Apache-2.0"} requires-python = ">=3.8" -dependencies = ["geoarrow-c", "pyarrow<13.0.0"] +dependencies = ["geoarrow-c", "pyarrow"] [project.optional-dependencies] test = ["pytest", "pandas", "numpy", "geopandas"]