pyshtools is now available on conda for macOS ARM (Apple silicon) !!!
We are still trying to get arm64 wheels on pypi, but that is it. Everything else is working, even windows!
If you know how #multibuild works and want to help, here is the issue:
https://github.com/multi-build/multibuild/issues/504
platform = arm64 or universal2 both create x86_64 wheels · Issue #504 · multi-build/multibuild
When using multibuild to create macOS wheels for the project shtools, it appears that only "x86_64" wheels are supported for macos. In particular os: [macos-latest] include: - os: macos-latest plat...