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",