forked from ysharma3501/LuxTTS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
48 lines (42 loc) · 910 Bytes
/
pyproject.toml
File metadata and controls
48 lines (42 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[project]
name = "Zipvoice"
version = "0.0.11"
description = "Linacodec is a highly compressive and rapid audio tokenizer for audio models."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"cn2an",
"huggingface-hub",
"inflect",
"jieba",
"lhotse",
"librosa",
"linacodec",
"numpy",
"onnxruntime",
"piper-phonemize",
"pydub",
"pypinyin",
"safetensors",
"setuptools<81",
"tensorboard",
"torch",
"torchaudio",
"transformers<=4.57.6",
"vocos",
]
[project.optional-dependencies]
train = [
"einops",
]
[build-system]
requires = ["uv_build>=0.9.6,<0.10.0"]
build-backend = "uv_build"
[tool.ruff]
line-length = 120
[tool.uv]
find-links = ["https://k2-fsa.github.io/icefall/piper_phonemize.html"]
[tool.uv.sources]
linacodec = { git = "https://github.com/ysharma3501/LinaCodec.git" }
[tool.uv.build-backend]
module-root = "" # The root module of the project