File size: 631 Bytes
5becb6b
 
 
 
 
2dff7e7
5becb6b
 
 
 
 
 
 
 
 
 
 
 
ee9a749
5becb6b
 
 
 
 
 
 
 
 
 
 
 
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
[project]
name = "chx-prototype"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
    "cn2an>=0.5.23",
    "eng-to-ipa>=0.0.2",
    "gradio>=5.49.1",
    "huggingface-hub>=0.35.3",
    "inflect>=7.5.0",
    "jieba>=0.42.1",
    "langid>=1.1.6",
    "matplotlib>=3.10.7",
    "nltk>=3.9.2",
    "openai-whisper>=20250625",
    "pyopenjtalk>=0.4.1",
    "spaces>=0.42.1",
    "tokenizers>=0.22.1",
    "torch>=2.9.0",
    "torchaudio>=2.9.0",
    "unidecode>=1.4.0",
    "vocos>=0.1.0",
    "wget>=3.2",
]

[dependency-groups]
dev = [
    "ruff>=0.14.1",
]