diff --git a/pyproject.toml b/pyproject.toml index ca9f9170..b31b2cf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,5 +71,8 @@ test-command = 'pytest {project}/python/test' test-requires = 'parameterized pytest' build-verbosity = 1 -[tool.cibuildwheel.macos.environment] -MACOSX_DEPLOYMENT_TARGET = "14.0" +[tool.cibuildwheel.macos] +environment = { MACOSX_DEPLOYMENT_TARGET = "14.0" } +before-all = [ + "brew install eigen lapack ci/highfive.rb" + ] \ No newline at end of file