Files

31 lines
697 B
TOML

[project]
name = "tts"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13,<3.14"
dependencies = [
"accelerate==1.12.0",
"fastapi==0.140.0",
"gradio==6.17.3",
"huggingface-hub==0.36.2",
"librosa==0.11.0",
"numpy==2.4.6",
"onnxruntime==1.28.0",
"pandas==3.0.5",
"pillow==12.3.0",
"protobuf==7.35.1",
"pydantic==2.13.4",
"pydub==0.25.1",
"pyyaml==6.0.3",
"qwen-tts==0.1.1",
"requests==2.34.2",
"safetensors==0.8.0",
"scikit-learn==1.9.0",
"scipy==1.18.0",
"soundfile==0.14.0",
"soxr==1.1.0",
"tqdm==4.69.1",
"transformers==4.57.3",
"uvicorn==0.51.0",
]