chore: Update ndarray to v0.17 (#484)

This commit is contained in:
Michael Partheil
2025-11-05 21:04:07 +01:00
committed by GitHub
parent 95d520a6f6
commit 716f34f143
11 changed files with 13 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ edition = "2024"
ort = { path = "../../", features = [ "cuda", "fetch-models" ] }
cudarc = "0.12"
anyhow = "1.0"
ndarray = "0.16"
ndarray = "0.17"
image = "0.25"
tracing = "0.1"
show-image = { version = "0.14", features = [ "image", "raqote" ] }

View File

@@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
ort = { path = "../../", features = [ "fetch-models" ] }
ndarray = "0.16"
ndarray = "0.17"
tracing-subscriber = { version = "0.3", default-features = false, features = [ "env-filter", "fmt" ] }
image = "0.25"
tracing = "0.1"

View File

@@ -8,7 +8,7 @@ edition = "2024"
ort = { path = "../../" }
anyhow = "1.0"
image = "0.25"
ndarray = "0.16"
ndarray = "0.17"
tokio = { version = "1", features = ["full"] }
tokenizers = { version = "0.21", default-features = false, features = [ "onig" ] }
tracing-subscriber = { version = "0.3", default-features = false, features = [ "env-filter", "fmt" ] }

View File

@@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
ort = { path = "../../", features = [ "fetch-models" ] }
ndarray = "0.16"
ndarray = "0.17"
tokenizers = { version = "0.19", default-features = false, features = [ "onig" ] }
tracing-subscriber = { version = "0.3", default-features = false, features = [ "env-filter", "fmt" ] }

View File

@@ -10,7 +10,7 @@ name = "wasm_example"
[dependencies]
ort = { path = "../../", default-features = false, features = ["ndarray", "webgpu", "download-binaries"] }
ndarray = "0.16"
ndarray = "0.17"
image = "0.25"
[build-dependencies]

View File

@@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
ort = { path = "../../", features = [ "fetch-models" ] }
ndarray = "0.16"
ndarray = "0.17"
tracing-subscriber = { version = "0.3", default-features = false, features = [ "env-filter", "fmt" ] }
image = "0.25"
show-image = { version = "=0.14.0", features = [ "image", "raqote" ] }