Skip to content

Commit 9f9f826

Browse files
binarynoisejonasBoss
authored andcommitted
update dependencies
mainly for compatibility with other crates depending on ndarray
1 parent 703abfa commit 9f9f826

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ categories = ["science", "algorithms", "mathematics"]
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
ndarray = "0.16"
15+
ndarray = "0.17"
1616
num-traits = "0.2"
1717
thiserror = "2.0"
1818

1919
[dev-dependencies]
20-
cargo-tarpaulin = "0.27"
21-
ndarray = {version = "0.16", features = ["approx", "rayon"] }
20+
cargo-tarpaulin = "0.33"
21+
ndarray = {version = "0.17", features = ["approx", "rayon"] }
2222
approx = "0.5"
23-
criterion = "0.5"
23+
criterion = "0.8.1"
2424
rand = "0.9"
2525

2626
[[bench]]

0 commit comments

Comments
 (0)