Skip to content

Commit 7452d8c

Browse files
committed
Use ndarray v0.7
1 parent d285bd6 commit 7452d8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ lapack = "0.11.1"
1414
num-traits = "0.1.36"
1515

1616
[dependencies.ndarray]
17-
version = "0.6.9"
17+
version = "0.7"
1818
features = ["blas"]
1919

2020
[dev-dependencies]
2121
rand = "0.3.14"
22-
ndarray-rand = "0.2.0"
22+
ndarray-rand = "0.3"

0 commit comments

Comments
 (0)