mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-07 06:52:57 +00:00
18 lines
438 B
TOML
18 lines
438 B
TOML
[package]
|
|
name = "sbv2_core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
hound = "3.5.1"
|
|
jpreprocess = { version = "0.10.0", features = ["naist-jdic"] }
|
|
ndarray = "0.16.1"
|
|
once_cell = "1.19.0"
|
|
ort = { git = "https://github.com/pykeio/ort.git", version = "2.0.0-rc.5" }
|
|
regex = "1.10.6"
|
|
serde = { version = "1.0.210", features = ["derive"] }
|
|
serde_json = "1.0.128"
|
|
thiserror = "1.0.63"
|
|
tokenizers = "0.20.0"
|