diff --git a/pyproject.toml b/pyproject.toml index 898d663..c6a5724 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,8 +19,8 @@ select = "*-musllinux*" before-all = "apk add fftw-dev" [tool.cibuildwheel.macos] +archs = ['x86_64', 'arm64'] before-build = './get_fftw3.sh' -repair-wheel-command = '' [tool.cibuildwheel.windows] before-all = '%CONDA%\Scripts\conda.exe install fftw'