build(deps): bump ndarray from 0.16.1 to 0.17.1

Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.16.1 to 0.17.1.
- [Release notes](https://github.com/rust-ndarray/ndarray/releases)
- [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-ndarray/ndarray/compare/0.16.1...0.17.1)

---
updated-dependencies:
- dependency-name: ndarray
  dependency-version: 0.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-11-14 02:37:24 +00:00
committed by GitHub
parent 896f1e52c7
commit 6e3b816ce9
2 changed files with 20 additions and 5 deletions

23
Cargo.lock generated
View File

@@ -1549,6 +1549,21 @@ dependencies = [
"rawpointer", "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]] [[package]]
name = "nom" name = "nom"
version = "7.1.3" version = "7.1.3"
@@ -1707,7 +1722,7 @@ version = "2.0.0-rc.10"
source = "git+https://github.com/pykeio/ort.git#95d520a6f650a84467372b3f0a81dfce924260d3" source = "git+https://github.com/pykeio/ort.git#95d520a6f650a84467372b3f0a81dfce924260d3"
dependencies = [ dependencies = [
"libloading", "libloading",
"ndarray", "ndarray 0.16.1",
"ort-sys", "ort-sys",
"smallvec 2.0.0-alpha.11", "smallvec 2.0.0-alpha.11",
"tracing", "tracing",
@@ -2283,7 +2298,7 @@ name = "sbv2_bindings"
version = "0.2.0" version = "0.2.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"ndarray", "ndarray 0.17.1",
"pyo3", "pyo3",
"sbv2_core", "sbv2_core",
] ]
@@ -2299,7 +2314,7 @@ dependencies = [
"env_logger", "env_logger",
"hound", "hound",
"jpreprocess", "jpreprocess",
"ndarray", "ndarray 0.17.1",
"npyz", "npyz",
"num_cpus", "num_cpus",
"once_cell", "once_cell",
@@ -2319,7 +2334,7 @@ name = "sbv2_wasm"
version = "0.2.0" version = "0.2.0"
dependencies = [ dependencies = [
"js-sys", "js-sys",
"ndarray", "ndarray 0.17.1",
"once_cell", "once_cell",
"sbv2_core", "sbv2_core",
"wasm-bindgen", "wasm-bindgen",

View File

@@ -15,7 +15,7 @@ documentation = "https://docs.rs/sbv2_core"
anyhow = "1.0.100" anyhow = "1.0.100"
dotenvy = "0.15.7" dotenvy = "0.15.7"
env_logger = "0.11.6" env_logger = "0.11.6"
ndarray = "0.16.1" ndarray = "0.17.1"
once_cell = "1.20.3" once_cell = "1.20.3"
[profile.release] [profile.release]