diff --git a/Cargo.lock b/Cargo.lock index 76436a2..e6b0be5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,9 +356,9 @@ checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4" [[package]] name = "ndarray" -version = "0.16.1" +version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841" +checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d" dependencies = [ "matrixmultiply", "num-complex", diff --git a/Cargo.toml b/Cargo.toml index 7e3a0ba..aaf9aa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ crate-type = ["cdylib"] csv = "1.3.0" glob = "0.3.2" indicatif = "0.18.0" -ndarray = { version = "0.16.1", features = ["rayon"] } +ndarray = { version = "0.17.2", features = ["rayon"] } numpy = "0.29.0" pyo3 = { version = "0.29.0", features = ["abi3-py311", "extension-module"] } rayon = "1.10.0" @@ -25,7 +25,7 @@ arbitrary = { version = "1.3.2", features = ["derive"] } arbtest = "0.3.1" flexbuffers = "25.2.10" float-cmp = "0.10.0" -ndarray = { version = "0.16.1", features = ["rayon", "serde"] } +ndarray = { version = "0.17.2", features = ["rayon", "serde"] } serde = "1.0.200" tar = "0.4.40" tempfile = "3.10.1"