diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 1ec6e287..e180f82b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -23,7 +23,7 @@ openblas = ["ndarray/blas"] [dependencies] # PyO3 0.28 supports Python 3.9-3.14 pyo3 = "0.28" -numpy = "0.28" +numpy = "0.29" ndarray = { version = "0.17", features = ["rayon"] } rand = "0.10" rand_xoshiro = "0.8"