diff --git a/Cargo.toml b/Cargo.toml index b789e71..e929afd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ num-rational = "0.4" nalgebra = "0.32" thiserror = "1.0" indexmap = "2.0" -ndarray = "0.15" +ndarray = "0.17" rayon = { version = "1.7", optional = true } rustfft = { version = "6.1", optional = true } wasm-bindgen = { version = "0.2", optional = true }