Update Cargo.toml

This commit is contained in:
Jamjamjon
2024-07-24 00:39:48 +08:00
committed by GitHub
parent 9a730ccc3e
commit 0901ab3e3c

View File

@ -12,7 +12,7 @@ exclude = ["assets/*", "examples/*"]
[dependencies]
clap = { version = "4.2.4", features = ["derive"] }
ndarray = { version = "0.15.6", features = ["rayon"] }
ort = { git = "https://github.com/pykeio/ort.git", default-features = false, features = [
ort = { version = "2.0.0-rc.2", git = "https://github.com/pykeio/ort.git", default-features = false, features = [
"load-dynamic",
"copy-dylibs",
"half",