Skip to content

Commit 24de8f7

Browse files
committed
Hopefully fix CI
1 parent 66ffcc3 commit 24de8f7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ extend-exclude = '''docs/*'''
66

77

88
[build-system]
9-
requires = ["setuptools", "numpy", "cython", "pandas", "pyarrow", "wheel"]
9+
requires = ["setuptools", "numpy", "cython", "pandas", "pyarrow==15.0.0", "wheel"]
1010

1111

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

9999
[tool.cibuildwheel.macos]
100100
#archs = ["x86_64", "universal2", "arm64"]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ pandas
88
pyproj
99
rtree
1010
openmatrix
11-
pyarrow
11+
pyarrow==15.0.0

0 commit comments

Comments
 (0)