Update Cargo.toml
This commit is contained in:
parent
9a730ccc3e
commit
0901ab3e3c
|
|
@ -12,7 +12,7 @@ exclude = ["assets/*", "examples/*"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.2.4", features = ["derive"] }
|
clap = { version = "4.2.4", features = ["derive"] }
|
||||||
ndarray = { version = "0.15.6", features = ["rayon"] }
|
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",
|
"load-dynamic",
|
||||||
"copy-dylibs",
|
"copy-dylibs",
|
||||||
"half",
|
"half",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue