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