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
Strip numpy cibuildwheel config; build without BLAS
numpy 2.4.x ships [tool.cibuildwheel] config (OpenBLAS scripts,
cpython-freethreading, ILP64 settings) incompatible with cibuildwheel
v4.0. Strip the entire section from the sdist and build with
-Dallow-noblas=true — we only need numpy for testing, not optimized
linear algebra.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments