Skip to content

Commit

Permalink
use OpenBLAS 0.3.29
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Feb 14, 2025
1 parent 0fac692 commit 75d8b50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/linux_musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
pip install -r requirements/build_requirements.txt -r requirements/test_requirements.txt
# use meson to build and test
# the Duse-ilp64 is not needed with scipy-openblas wheels > 0.3.24.95.0
# spin build --with-scipy-openblas=64 -- -Duse-ilp64=true
spin build --with-scipy-openblas=64
spin test -j auto -- --timeout=600 --durations=10
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci32_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
spin==0.13
# Keep this in sync with ci_requirements.txt
scipy-openblas32==0.3.28.0.2
scipy-openblas32==0.3.29.0.0
4 changes: 2 additions & 2 deletions 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.28.0.2
scipy-openblas64==0.3.28.0.2
scipy-openblas32==0.3.29.0.0
scipy-openblas64==0.3.29.0.0

0 comments on commit 75d8b50

Please sign in to comment.