VieNeu-TTS-Run-On-CPU2 / pyproject.toml
pnnbao-ump's picture
Upload pyproject.toml
f2dad42 verified
[tool.uv]
index-strategy = "unsafe-best-match"
[[tool.uv.index]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu118"
[project]
name = "VieNeu-TTS"
version = "0.1.0"
description = "VieNeu-TTS - TTS for Vietnamese language"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"phonemizer>=3.3.0",
"torch",
"torchvision",
"torchaudio",
"huggingface-hub[cli]>=0.36.0",
"neucodec>=0.0.4",
"librosa>=0.11.0",
"gradio>=5.49.1",
"onnxruntime>=1.23.2",
"llama-cpp-python>=0.3.16",
]
[tool.uv.sources]
torch = { index = "pytorch" }
torchvision = { index = "pytorch" }
torchaudio = { index = "pytorch" }