mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
chore: Update ndarray to v0.17 (#484)
This commit is contained in:
@@ -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" ] }
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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" ] }
|
||||
|
||||
@@ -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" ] }
|
||||
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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" ] }
|
||||
|
||||
Reference in New Issue
Block a user