mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-06 06:22:57 +00:00
fix
This commit is contained in:
11
Cargo.lock
generated
11
Cargo.lock
generated
@@ -888,6 +888,16 @@ version = "0.2.158"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
|
||||
|
||||
[[package]]
|
||||
name = "libloading"
|
||||
version = "0.8.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"windows-targets",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libredox"
|
||||
version = "0.1.3"
|
||||
@@ -1267,6 +1277,7 @@ version = "2.0.0-rc.6"
|
||||
source = "git+https://github.com/pykeio/ort.git#ee5cc2046c346b8e6f71ce543c1f6d31702337de"
|
||||
dependencies = [
|
||||
"half",
|
||||
"libloading",
|
||||
"ndarray",
|
||||
"ort-sys",
|
||||
"tracing",
|
||||
|
||||
Reference in New Issue
Block a user