File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 - uses : Swatinem/rust-cache@v2
101101 - name : Install openblas
102102 run : sudo apt-get install libopenblas-dev gfortran
103- - run : ./scripts/blas-integ-tests.sh "$FEATURES" 1.67 .0
103+ - run : ./scripts/blas-integ-tests.sh "$FEATURES" 1.71 .0
104104
105105 miri :
106106 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ BLAS on MSRV
161161------------
162162
163163Although ``ndarray `` currently maintains an MSRV of 1.64.0, this is separate from the MSRV (either stated or real) of the various BLAS providers.
164- As of the time of writing, ``openblas `` currently supports MSRV of 1.67 .0.
165- So, while ``ndarray `` and ``openblas-src `` are compatible, they can only work together with toolchains 1.67 .0 or above.
164+ As of the time of writing, ``openblas `` currently supports MSRV of 1.71 .0.
165+ So, while ``ndarray `` and ``openblas-src `` are compatible, they can only work together with toolchains 1.71 .0 or above.
166166
167167Recent Changes
168168--------------
You can’t perform that action at this time.
0 commit comments