From 56bab2de1ed0b4cef06dd3557b1cfd54e6b9d435 Mon Sep 17 00:00:00 2001 From: Tom Vander Aa Date: Fri, 14 Jun 2024 15:26:59 +0200 Subject: [PATCH] cibw: wip macos --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c597a15e..1599f873 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,6 +79,7 @@ build-verbosity = 3 [tool.cibuildwheel.macos] before-all = [ - "brew install --formulae eigen ci/highfive.rb", - "pip install -] \ No newline at end of file + "brew install --formulae eigen ci/highfive.rb", + ] + +repair-wheel-command = "delocate-wheel --exclude hdf5 --exclude openblas --require-archs {delocate_archs} -w {dest_dir} -v {wheel}" \ No newline at end of file