mirror of
https://github.com/neodyland/sbv2-api.git
synced 2025-12-22 23:49:58 +00:00
Revert "build(deps): bump ndarray from 0.16.1 to 0.17.1"
This commit is contained in:
23
Cargo.lock
generated
23
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user