We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24de8f7 commit cad0579Copy full SHA for cad0579
pyproject.toml
@@ -100,4 +100,8 @@ repair-wheel-command =[
100
#archs = ["x86_64", "universal2", "arm64"]
101
archs = ["x86_64"]
102
environment = { CC="gcc-12", CXX="g++-12" }
103
+before-build = [
104
+ "pip install pyarrow",
105
+ "python -c 'import pyarrow; pyarrow.create_library_symlinks()'"
106
+]
107
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
0 commit comments