Skip to content

Commit 5a20985

Browse files
committed
Update to ndarray 0.16 (and approx, ndarray-rand)
1 parent f830c9e commit 5a20985

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = ["array", "multidimensional", "statistics", "matrix", "ndarray"]
1616
categories = ["data-structures", "science"]
1717

1818
[dependencies]
19-
ndarray = "0.15.0"
19+
ndarray = "0.16.0"
2020
noisy_float = "0.2.0"
2121
num-integer = "0.1"
2222
num-traits = "0.2"
@@ -25,11 +25,11 @@ itertools = { version = "0.10.0", default-features = false }
2525
indexmap = "1.6.2"
2626

2727
[dev-dependencies]
28-
ndarray = { version = "0.15.0", features = ["approx"] }
28+
ndarray = { version = "0.16.1", features = ["approx"] }
2929
criterion = "0.3"
3030
quickcheck = { version = "0.9.2", default-features = false }
31-
ndarray-rand = "0.14.0"
32-
approx = "0.4"
31+
ndarray-rand = "0.15.0"
32+
approx = "0.5"
3333
quickcheck_macros = "1.0.0"
3434
num-bigint = "0.4.0"
3535

0 commit comments

Comments
 (0)