diff --git a/pyproject.toml b/pyproject.toml index 65971c4d6..f2f802bde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,4 +100,4 @@ repair-wheel-command =[ #archs = ["x86_64", "universal2", "arm64"] archs = ["x86_64"] environment = { CC="gcc-12", CXX="g++-12" } -repair-wheel-command = "delocate-wheel -vv --require-archs {delocate_archs} -w {dest_dir} -v {wheel} --exclude arrow" +repair-wheel-command = "delocate-wheel -vv --exclude arrow --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"