Skip to content

Commit

Permalink
Adds bump to another place in CI yaml and in README
Browse files Browse the repository at this point in the history
  • Loading branch information
akern40 committed Dec 16, 2024
1 parent 5bca214 commit ea31bbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Install openblas
run: sudo apt-get install libopenblas-dev gfortran
- run: ./scripts/blas-integ-tests.sh "$FEATURES" 1.67.0
- run: ./scripts/blas-integ-tests.sh "$FEATURES" 1.71.0

miri:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ BLAS on MSRV
------------

Although ``ndarray`` currently maintains an MSRV of 1.64.0, this is separate from the MSRV (either stated or real) of the various BLAS providers.
As of the time of writing, ``openblas`` currently supports MSRV of 1.67.0.
So, while ``ndarray`` and ``openblas-src`` are compatible, they can only work together with toolchains 1.67.0 or above.
As of the time of writing, ``openblas`` currently supports MSRV of 1.71.0.
So, while ``ndarray`` and ``openblas-src`` are compatible, they can only work together with toolchains 1.71.0 or above.

Recent Changes
--------------
Expand Down

0 comments on commit ea31bbf

Please sign in to comment.