8000 BLD: use github to build macos-arm64 wheels with OpenBLAS and update to 0.3.30 by mattip · Pull Request #29069 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BLD: use github to build macos-arm64 wheels with OpenBLAS and update to 0.3.30 #29069

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 3 commits into from
Jul 14, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update to OpenBLAS 0.3.30
  • Loading branch information
mattip committed Jul 3, 2025
commit 88e865dad8727e64f740dff1ddff64218177e9e5
3 changes: 1 addition & 2 deletions requirements/ci32_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
spin==0.13
# Keep this in sync with ci_requirements.txt
scipy-openblas32==0.3.29.0.0 ; sys_platform != 'win32' or platform_machine != 'ARM64'
scipy-openblas32==0.3.29.265.0 ; sys_platform == 'win32' and platform_machine == 'ARM64'
scipy-openblas32==0.3.30.0.1
6 changes: 2 additions & 4 deletions requirements/ci_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
spin==0.13
# Keep this in sync with ci32_requirements.txt
scipy-openblas32==0.3.29.0.0 ; sys_platform != 'win32' or platform_machine != 'ARM64'
scipy-openblas32==0.3.29.265.0 ; sys_platform == 'win32' and platform_machine == 'ARM64'
# Note there is not yet a win-arm64 wheel, so we currently only exclude win-arm64
scipy-openblas64==0.3.29.0.0 ; sys_platform != 'win32' or platform_machine != 'ARM64'
scipy-openblas32==0.3.30.0.1
scipy-openblas64==0.3.30.0.1
Loading
0