From c77d5e675f3051cce295b7a950f23a9abddee69b Mon Sep 17 00:00:00 2001 From: Jake-Moss Date: Tue, 27 Feb 2024 10:03:52 +1000 Subject: [PATCH] . --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"