diff --git a/pyproject.toml b/pyproject.toml index c93e4723e..b379c0fb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ extend-exclude = '''docs/*''' [build-system] -requires = ["setuptools", "numpy<1.99", "cython", "pyarrow==16.1.0", "wheel"] +requires = ["setuptools", "numpy<1.99", "cython", "pyarrow==17.0.0", "wheel"] [tool.ruff] @@ -93,7 +93,7 @@ manylinux-pypy_aarch64-image = "manylinux_2_28" archs = ["auto", "aarch64"] build = ["cp310-*", "cp311-*", "cp312-*"] repair-wheel-command = [ - "auditwheel repair -w {dest_dir} {wheel} --exclude libarrow.so.1601 --exclude libarrow_python.so" + "auditwheel repair -w {dest_dir} {wheel} --exclude libarrow.so.1700 --exclude libarrow_python.so" ] [tool.cibuildwheel.macos] diff --git a/requirements.txt b/requirements.txt index 64cac2867..68aaab7f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ pandas pyproj rtree openmatrix -pyarrow==16.1.0 +pyarrow==17.0.0 geopandas tqdm