From bd057352cad9cad4601aac0a91741f15936c9dd3 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Fri, 14 Nov 2025 11:39:29 +0900 Subject: [PATCH] Revert "build(deps): bump ndarray from 0.16.1 to 0.17.1" --- Cargo.lock | 23 ++++------------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb7a15f..074c480 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1549,21 +1549,6 @@ dependencies = [ "rawpointer", ] -[[package]] -name = "ndarray" -version = "0.17.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c7c9125e8f6f10c9da3aad044cc918cf8784fa34de857b1aa68038eb05a50a9" -dependencies = [ - "matrixmultiply", - "num-complex", - "num-integer", - "num-traits", - "portable-atomic", - "portable-atomic-util", - "rawpointer", -] - [[package]] name = "nom" version = "7.1.3" @@ -1722,7 +1707,7 @@ version = "2.0.0-rc.10" source = "git+https://github.com/pykeio/ort.git#95d520a6f650a84467372b3f0a81dfce924260d3" dependencies = [ "libloading", - "ndarray 0.16.1", + "ndarray", "ort-sys", "smallvec 2.0.0-alpha.11", "tracing", @@ -2298,7 +2283,7 @@ name = "sbv2_bindings" version = "0.2.0" dependencies = [ "anyhow", - "ndarray 0.17.1", + "ndarray", "pyo3", "sbv2_core", ] @@ -2314,7 +2299,7 @@ dependencies = [ "env_logger", "hound", "jpreprocess", - "ndarray 0.17.1", + "ndarray", "npyz", "num_cpus", "once_cell", @@ -2334,7 +2319,7 @@ name = "sbv2_wasm" version = "0.2.0" dependencies = [ "js-sys", - "ndarray 0.17.1", + "ndarray", "once_cell", "sbv2_core", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index e09a21c..919edbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ documentation = "https://docs.rs/sbv2_core" anyhow = "1.0.100" dotenvy = "0.15.7" env_logger = "0.11.6" -ndarray = "0.17.1" +ndarray = "0.16.1" once_cell = "1.20.3" [profile.release]