Skip to content

Commit cdc6db1

Browse files
authored
Fix README for ndarray 0.13, ndarray-linalg 0.12
1 parent 23eed31 commit cdc6db1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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"
7070
openblas-src = "0.7" # or another backend of your choice
7171

7272
```

0 commit comments

Comments
 (0)