diff --git a/pyproject.toml b/pyproject.toml index 1599f873..a0367426 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,6 +80,6 @@ build-verbosity = 3 [tool.cibuildwheel.macos] before-all = [ "brew install --formulae eigen ci/highfive.rb", + "brew link --force openblas" ] - repair-wheel-command = "delocate-wheel --exclude hdf5 --exclude openblas --require-archs {delocate_archs} -w {dest_dir} -v {wheel}" \ No newline at end of file