File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ There are three features corresponding to the backend implementations (`openblas
3838
3939``` toml
4040[dependencies ]
41- ndarray = " 0.12 "
42- ndarray-linalg = { version = " 0.11 " , features = [" openblas" ] }
41+ ndarray = " 0.13 "
42+ ndarray-linalg = { version = " 0.12 " , features = [" openblas" ] }
4343```
4444
4545### Tested Environments
@@ -55,8 +55,8 @@ If you creating a library depending on this crate, we encourage you not to link
5555
5656``` toml
5757[dependencies ]
58- ndarray = " 0.12 "
59- ndarray-linalg = " 0.11 "
58+ ndarray = " 0.13 "
59+ ndarray-linalg = " 0.12 "
6060```
6161
6262### Link backend crate manually
@@ -65,8 +65,8 @@ You should link a LAPACKE implementation to a final crate (like binary executabl
6565
6666``` toml
6767[dependencies ]
68- ndarray = " 0.12 "
69- ndarray-linalg = " 0.11 "
68+ ndarray = " 0.13 "
69+ ndarray-linalg = " 0.12 "
7070openblas-src = " 0.7" # or another backend of your choice
7171
7272```
You can’t perform that action at this time.
0 commit comments