diff --git a/Cargo.toml b/Cargo.toml index e9d9652..04ba8e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ repository = "https://github.com/hyperpolymath/neurophone" [workspace.dependencies] # Core neural network ndarray = { version = "0.17", features = ["rayon", "serde"] } -ndarray-rand = "0.14" +ndarray-rand = "0.16" rand = "0.9" rand_distr = "0.5" rayon = "1.8"