-
Notifications
You must be signed in to change notification settings - Fork 5
/
pyproject.toml
23 lines (21 loc) · 1011 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[tool.poetry]
package-mode = false
[tool.poetry.dependencies]
python = "~3.11"
numpy = "<1.26.4"
pyyaml = "6.0.2"
soundfile = "0.12.1"
torch = "2.4.1"
onnx = "1.14.0"
onnxruntime = "1.15.1"
poetry = "1.8.2"
poetry-plugin-export = "1.8.0"
yukarin-s = {git = "https://github.com/Hiroshiba/yukarin_s", rev = "50556896d74acd6252b84dc16e58af8cb15cc7d0"}
yukarin-sa = {git = "https://github.com/Hiroshiba/yukarin_sa", rev = "2ad1065f94d61e53006e7311086294a8b1407b6f"}
yukarin-sosf = {git = "https://github.com/Hiroshiba/yukarin_sosf", rev = "bcc24a3bf630aacc50231243b60aba6a9378e19a"}
yukarin-sosoa = {git = "https://github.com/Hiroshiba/yukarin_sosoa", rev = "240b3e8d67006fd3eb9935004fb626a09d0aaed7"}
hifi-gan = { git = "https://github.com/Hiroshiba/hifi-gan", rev = "265da0f0f71923336615d6657f195ffdc6df25e4" }
pyopenjtalk = { git = "https://github.com/VOICEVOX/pyopenjtalk", rev = "b35fc89fe42948a28e33aed886ea145a51113f88" }
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"