From e0c32f273a308bb2c3288a83c4b9287800200044 Mon Sep 17 00:00:00 2001 From: Jake-Moss Date: Tue, 27 Feb 2024 09:38:29 +1000 Subject: [PATCH] . --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 882d10da2..597ae3b8c 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 --require-archs {delocate_archs} -w {dest_dir} -v {wheel} --exclude libarrow libarrow_python" +repair-wheel-command = "delocate-wheel -vv --require-archs {delocate_archs} -w {dest_dir} -v {wheel} --exclude libarrow --exclude libarrow_python"