FFomy commited on
Commit
d629e1a
·
verified ·
1 Parent(s): cf6510b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +106 -10
requirements.txt CHANGED
@@ -1,10 +1,106 @@
1
- numpy
2
- requests
3
- ffmpeg-python
4
- pydub
5
- torch
6
- transformers
7
- funasr
8
- torchaudio
9
- modelscope
10
- pydantic
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ aliyun-python-sdk-core==2.16.0
3
+ aliyun-python-sdk-kms==2.16.5
4
+ annotated-doc==0.0.4
5
+ annotated-types==0.7.0
6
+ antlr4-python3-runtime==4.9.3
7
+ anyio==4.12.0
8
+ audioread==3.1.0
9
+ brotli==1.2.0
10
+ certifi==2025.11.12
11
+ cffi==2.0.0
12
+ charset-normalizer==3.4.4
13
+ click==8.3.1
14
+ crcmod==1.7
15
+ cryptography==46.0.3
16
+ decorator==5.2.1
17
+ editdistance==0.8.1
18
+ exceptiongroup==1.3.1
19
+ fastapi==0.124.0
20
+ ffmpeg-python==0.2.0
21
+ ffmpy==1.0.0
22
+ filelock==3.20.0
23
+ fsspec==2025.12.0
24
+ funasr==1.2.7
25
+ future==1.0.0
26
+ gradio==6.0.2
27
+ gradio_client==2.0.1
28
+ groovy==0.1.2
29
+ h11==0.16.0
30
+ hf-xet==1.2.0
31
+ httpcore==1.0.9
32
+ httpx==0.28.1
33
+ huggingface-hub==0.36.0
34
+ hydra-core==1.3.2
35
+ idna==3.11
36
+ jaconv==0.4.1
37
+ jamo==0.4.1
38
+ jieba==0.42.1
39
+ Jinja2==3.1.6
40
+ jmespath==0.10.0
41
+ joblib==1.5.2
42
+ kaldiio==2.18.1
43
+ lazy_loader==0.4
44
+ librosa==0.11.0
45
+ llvmlite==0.45.1
46
+ markdown-it-py==4.0.0
47
+ MarkupSafe==3.0.3
48
+ mdurl==0.1.2
49
+ modelscope==1.32.0
50
+ mpmath==1.3.0
51
+ msgpack==1.1.2
52
+ networkx==3.4.2
53
+ numba==0.62.1
54
+ numpy==2.2.6
55
+ omegaconf==2.3.0
56
+ orjson==3.11.5
57
+ oss2==2.19.1
58
+ packaging==25.0
59
+ pandas==2.3.3
60
+ pillow==12.0.0
61
+ platformdirs==4.5.1
62
+ pooch==1.8.2
63
+ protobuf==6.33.2
64
+ pycparser==2.23
65
+ pycryptodome==3.23.0
66
+ pydantic==2.12.4
67
+ pydantic_core==2.41.5
68
+ pydub==0.25.1
69
+ Pygments==2.19.2
70
+ pynndescent==0.5.13
71
+ python-dateutil==2.9.0.post0
72
+ python-multipart==0.0.20
73
+ pytorch-wpe==0.0.1
74
+ pytz==2025.2
75
+ PyYAML==6.0.3
76
+ regex==2025.11.3
77
+ requests==2.32.5
78
+ rich==14.2.0
79
+ safehttpx==0.1.7
80
+ safetensors==0.7.0
81
+ scikit-learn==1.7.2
82
+ scipy==1.15.3
83
+ semantic-version==2.10.0
84
+ sentencepiece==0.2.1
85
+ shellingham==1.5.4
86
+ six==1.17.0
87
+ soundfile==0.13.1
88
+ soxr==1.0.0
89
+ starlette==0.50.0
90
+ sympy==1.14.0
91
+ tensorboardX==2.6.4
92
+ threadpoolctl==3.6.0
93
+ tokenizers==0.22.1
94
+ tomlkit==0.13.3
95
+ torch==2.9.1
96
+ torch-complex==0.4.4
97
+ torchaudio==2.9.1
98
+ tqdm==4.67.1
99
+ transformers==4.57.3
100
+ typer==0.20.0
101
+ typing-inspection==0.4.2
102
+ typing_extensions==4.15.0
103
+ tzdata==2025.2
104
+ umap-learn==0.5.9.post2
105
+ urllib3==2.6.1
106
+ uvicorn==0.38.0