From 9f2ca2000b5ed15951f998146a9bb9962cca8bb8 Mon Sep 17 00:00:00 2001 From: pveigadecamargo Date: Wed, 21 Feb 2024 16:30:59 +1000 Subject: [PATCH] . --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 07d65eb0d..94c36603f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,9 +92,7 @@ manylinux-pypy_aarch64-image = "manylinux_2_24" [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}"] [tool.cibuildwheel.macos] #archs = ["x86_64", "universal2", "arm64"]