Blue / pyproject.toml
notmax123's picture
fix(build): drop lightblue-onnx git dep; add onnxruntime (Space uses app.py only)
97cc1c5
raw
history blame contribute delete
463 Bytes
[project]
name = "styletts2-hebrew"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"espeakng-loader>=0.1.9",
"gradio>=6.9.0",
"num2words>=0.5.14",
"onnxruntime>=1.24",
"phonemizer-fork>=3.3.2",
"renikud-onnx",
"soundfile>=0.13.1",
]
[tool.uv.sources]
renikud-onnx = { git = "https://github.com/thewh1teagle/renikud-v5.git", subdirectory = "renikud-onnx" }