mirror of
https://github.com/mii443/usls.git
synced 2025-08-22 15:45:41 +00:00
Update Cargo.toml
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user