From 77be9bef9adea998c0fa99d4e1f2725336deb11d Mon Sep 17 00:00:00 2001 From: pveigadecamargo Date: Sun, 8 Sep 2024 19:04:41 +1000 Subject: [PATCH] Updates Pyarrow --- pyproject.toml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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