You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix transitive llvmlite dependency on MacOS x86_64
llvmlite no longer builds pypi wheels for this platform, and its source
build process is broken with modern setuptools and LLVM, such that
building with, e.g. uv, is an involved process requiring an old LLVM and
custom build environment. Rather than force that or a conda install,
exclude those llvmlite versions.
Add GHA tests for MacOS intel and ARM.
0 commit comments