* indextts2 * update lfs for audio files * fix pypi source & add python version --------- Co-authored-by: wangyining02 <wangyining02@bilibili.com>
41 lines
992 B
TOML
41 lines
992 B
TOML
[project]
|
|
name = "index-tts"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"accelerate==1.8.1",
|
|
"cn2an==0.5.22",
|
|
"cython==3.0.7",
|
|
"deepspeed==0.17.1",
|
|
"descript-audiotools==0.7.2",
|
|
"ffmpeg-python==0.2.0",
|
|
"g2p-en==2.1.0",
|
|
"gradio>=5.44.1",
|
|
"jieba==0.42.1",
|
|
"json5==0.10.0",
|
|
"keras==2.9.0",
|
|
"librosa==0.10.2.post1",
|
|
"matplotlib==3.8.2",
|
|
"modelscope==1.27.0",
|
|
"munch==4.0.0",
|
|
"numba==0.58.1",
|
|
"numpy==1.26.2",
|
|
"omegaconf>=2.3.0",
|
|
"opencv-python==4.9.0.80",
|
|
"pandas==2.1.3",
|
|
"safetensors==0.5.2",
|
|
"sentencepiece>=0.2.1",
|
|
"tensorboard==2.9.1",
|
|
"textstat>=0.7.10",
|
|
"tokenizers==0.21.0",
|
|
"tqdm>=4.67.1",
|
|
"transformers==4.52.1",
|
|
"wetext>=0.0.9;sys_platform == 'darwin'",
|
|
"WeTextProcessing;sys_platform != 'darwin'",
|
|
]
|
|
|
|
[tool.uv]
|
|
extra-index-url = ["https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"]
|