fix: align Rust ML service with verified cargo build
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
e2e3addd66
commit
e03c8a60fe
@@ -7,8 +7,8 @@ edition = "2021"
|
||||
anyhow = "1.0"
|
||||
axum = { version = "0.7", features = ["multipart"] }
|
||||
image = "0.25"
|
||||
ndarray = "0.15"
|
||||
ort = { version = "2.0.0-rc.10", features = ["download-binaries"] }
|
||||
ndarray = "0.17"
|
||||
ort = { version = "2.0.0-rc.10", features = ["download-binaries", "ndarray"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "net"] }
|
||||
|
||||
Reference in New Issue
Block a user