diff --git a/Cargo.toml b/Cargo.toml index 044acf5..642afc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.80.0" crate-type = ["cdylib", "rlib"] [dependencies] -ndarray = "0.16" +ndarray = "0.17" rand = "0.8" csv = "1.3" serde = { version = "1.0", features = ["derive"] }