-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (38 loc) · 908 Bytes
/
pyproject.toml
File metadata and controls
39 lines (38 loc) · 908 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
[project]
name = "speech-decoding"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"accelerate>=1.12.0",
"einops>=0.8.1",
"fire>=0.7.1",
"hydra-core>=1.3.2",
"jieba>=0.42.1",
"matplotlib>=3.10.8",
"nltk>=3.9.2",
"numpy>=2.4.0",
"omegaconf>=2.3.0",
"opencc-python-reimplemented>=0.1.7",
"pandas>=2.3.3",
"psutil>=7.2.0",
"pypinyin>=0.55.0",
"python-box>=7.3.2",
"python-levenshtein>=0.27.3",
"regex>=2025.11.3",
"rouge-chinese>=1.0.3",
"scikit-learn>=1.8.0",
"speechbrain>=1.0.3",
"timm>=1.0.22",
"torch==2.4.1",
"torchaudio==2.4.1",
"tqdm>=4.67.1",
"transformers>=4.57.3",
"pinyin2hanzi>=0.1.0",
]
[tool.uv]
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple"
extra-index-url = [
"https://mirrors.aliyun.com/pypi/simple"
]