Files
sbv2-api/sbv2_core/Cargo.toml
tuna2134 e075937ee7 add g2p
2024-09-09 08:46:48 +00:00

15 lines
344 B
TOML

[package]
name = "sbv2_core"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true
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"
thiserror = "1.0.63"
tokenizers = "0.20.0"