Skip to content

Commit

Permalink
Hopefully fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Moss committed Feb 21, 2024
1 parent 66ffcc3 commit 24de8f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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", "cython", "pandas", "pyarrow", "wheel"]
requires = ["setuptools", "numpy", "cython", "pandas", "pyarrow==15.0.0", "wheel"]


[tool.ruff]
Expand Down Expand Up @@ -92,9 +92,9 @@ manylinux-pypy_aarch64-image = "manylinux_2_28"
[tool.cibuildwheel.linux]
archs = ["auto", "aarch64"]
build = ["cp310-*", "cp311-*", "cp312-*"]
repair-wheel-command =["pip install pyarrow",
'python -c "import pyarrow; pyarrow.create_library_symlinks()"',
"auditwheel repair -w {dest_dir} {wheel}"]
repair-wheel-command =[
"auditwheel repair -w {dest_dir} {wheel} --exclude libarrow.so.1500 --exclude libarrow_python.so"
]

[tool.cibuildwheel.macos]
#archs = ["x86_64", "universal2", "arm64"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ pandas
pyproj
rtree
openmatrix
pyarrow
pyarrow==15.0.0

0 comments on commit 24de8f7

Please sign in to comment.