From 7d9aa420c7229a8b3f570379699834c21a256054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 07:35:34 +0000 Subject: [PATCH] build(deps): bump ort from `95d520a` to `ea968ff` Bumps [ort](https://github.com/pykeio/ort) from `95d520a` to `ea968ff`. - [Release notes](https://github.com/pykeio/ort/releases) - [Commits](https://github.com/pykeio/ort/compare/95d520a6f650a84467372b3f0a81dfce924260d3...ea968ff6c761953e5c9e2d1ee1d51811a067966f) --- updated-dependencies: - dependency-name: ort dependency-version: ea968ff6c761953e5c9e2d1ee1d51811a067966f dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6cc9fc7..bdbbcd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1549,6 +1549,21 @@ 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" @@ -1704,10 +1719,10 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ort" version = "2.0.0-rc.10" -source = "git+https://github.com/pykeio/ort.git#95d520a6f650a84467372b3f0a81dfce924260d3" +source = "git+https://github.com/pykeio/ort.git#ea968ff6c761953e5c9e2d1ee1d51811a067966f" dependencies = [ "libloading", - "ndarray", + "ndarray 0.17.1", "ort-sys", "smallvec 2.0.0-alpha.11", "tracing", @@ -1717,7 +1732,7 @@ dependencies = [ [[package]] name = "ort-sys" version = "2.0.0-rc.10" -source = "git+https://github.com/pykeio/ort.git#95d520a6f650a84467372b3f0a81dfce924260d3" +source = "git+https://github.com/pykeio/ort.git#ea968ff6c761953e5c9e2d1ee1d51811a067966f" dependencies = [ "flate2", "hmac-sha256", @@ -2283,7 +2298,7 @@ name = "sbv2_bindings" version = "0.2.0" dependencies = [ "anyhow", - "ndarray", + "ndarray 0.16.1", "pyo3", "sbv2_core", ] @@ -2299,7 +2314,7 @@ dependencies = [ "env_logger", "hound", "jpreprocess", - "ndarray", + "ndarray 0.16.1", "npyz", "num_cpus", "once_cell", @@ -2319,7 +2334,7 @@ name = "sbv2_wasm" version = "0.2.0" dependencies = [ "js-sys", - "ndarray", + "ndarray 0.16.1", "once_cell", "sbv2_core", "wasm-bindgen",