Skip to content

Commit

Permalink
Updates Pyarrow
Browse files Browse the repository at this point in the history
  • Loading branch information
pveigadecamargo committed Sep 8, 2024
1 parent b5cf3c8 commit 77be9be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ pandas
pyproj
rtree
openmatrix
pyarrow==16.1.0
pyarrow==17.0.0
geopandas
tqdm

0 comments on commit 77be9be

Please sign in to comment.