8000 BLD: bump OpenBLAS version, use OpenBLAS for win-arm64 by mattip · Pull Request #29039 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BLD: bump OpenBLAS version, use OpenBLAS for win-arm64 #29039

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
May 29, 2025
Prev Previous commit
Next Next commit
Update requirements/ci_requirements.txt
Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
  • Loading branch information
mattip and seberg committed May 27, 2025
commit c6f764b9ec7efe7a9961605e116946276601f56c
2 changes: 1 addition & 1 deletion requirements/ci_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spin==0.13
# Keep this in sync with ci32_requirements.txt
scipy-openblas32==0.3.29.265.0
scipy-openblas64==0.3.29.265.0
scipy-openblas64==0.3.29.265.0 ; sys_platform != 'win32' or platform_machine != 'arm64'
0