[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", ]