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
38
38
39
39
``` toml
40
40
[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" ] }
43
43
```
44
44
45
45
### Tested Environments
@@ -55,8 +55,8 @@ If you creating a library depending on this crate, we encourage you not to link
55
55
56
56
``` toml
57
57
[dependencies ]
58
- ndarray = " 0.12 "
59
- ndarray-linalg = " 0.11 "
58
+ ndarray = " 0.13 "
59
+ ndarray-linalg = " 0.12 "
60
60
```
61
61
62
62
### Link backend crate manually
@@ -65,8 +65,8 @@ You should link a LAPACKE implementation to a final crate (like binary executabl
65
65
66
66
``` toml
67
67
[dependencies ]
68
- ndarray = " 0.12 "
69
- ndarray-linalg = " 0.11 "
68
+ ndarray = " 0.13 "
69
+ ndarray-linalg = " 0.12 "
70
70
openblas-src = " 0.7" # or another backend of your choice
71
71
72
72
```
You can’t perform that action at this time.
0 commit comments