KittenTTS / pyproject.toml
ronedgecomb's picture
fixes
1fb7c23 verified
raw
history blame contribute delete
353 Bytes
[project]
name = "kittentts"
version = "0.1.0"
description = "Generate natural speech from text on any CPU"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gradio>=5.43.1",
"huggingface-hub[hf-xet]>=0.34.4",
"numpy>=2.3.2",
"onnx>=1.18.0",
"onnxruntime>=1.22.1",
"phonemizer>=3.3.0",
"soundfile>=0.13.1",
]