diff --git a/Cargo.toml b/Cargo.toml index d54ecc9..aaa7a02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ repository = "https://github.com/hyperpolymath/neurophone" [workspace.dependencies] # Core neural network -ndarray = { version = "0.15", features = ["rayon", "serde"] } +ndarray = { version = "0.17", features = ["rayon", "serde"] } ndarray-rand = "0.14" rand = "0.9" rand_distr = "0.4"