hans00 commited on
Commit
ee76bdc
·
unverified ·
1 Parent(s): 826b1d9

Update deps from freeze

Browse files
Files changed (1) hide show
  1. requirements.txt +129 -7
requirements.txt CHANGED
@@ -1,65 +1,187 @@
1
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
2
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121
3
- coloredlogs==15.0.1
4
- colorlog==6.9.0
5
- onnxruntime==1.22.0
6
- llama-cpp-python==0.3.13
7
  outetts@git+https://github.com/mybigday/OuteTTS.git@fix
8
- whisperx
9
- bitsandbytes
10
- # Gradio
11
  aiofiles==24.1.0
 
 
 
 
12
  annotated-types==0.7.0
 
13
  anyio==4.9.0
 
 
 
 
 
 
 
 
14
  Brotli==1.1.0
15
  certifi==2025.7.14
 
16
  charset-normalizer==3.4.2
17
  click==8.2.1
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  exceptiongroup==1.3.0
 
19
  fastapi==0.116.1
 
20
  ffmpy==0.6.0
21
  filelock==3.18.0
 
 
 
 
 
22
  fsspec==2025.7.0
 
 
23
  gradio==5.37.0
24
  gradio_client==1.10.4
 
25
  groovy==0.1.2
 
26
  h11==0.16.0
27
  hf-xet==1.1.5
28
  httpcore==1.0.9
29
  httpx==0.28.1
 
 
 
30
  idna==3.10
 
 
 
 
31
  Jinja2==3.1.6
 
 
 
 
 
 
 
 
 
32
  markdown-it-py==3.0.0
 
33
  MarkupSafe==3.0.2
 
 
34
  mdurl==0.1.2
 
 
 
 
 
 
 
 
 
35
  numpy==2.2.6
 
 
 
 
36
  orjson==3.11.0
37
  packaging==25.0
38
  pandas==2.3.1
 
 
39
  pillow==11.3.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  pydantic==2.11.7
41
  pydantic_core==2.33.2
42
  pydub==0.25.1
 
43
  Pygments==2.19.2
 
 
 
44
  python-dateutil==2.9.0.post0
45
  python-multipart==0.0.20
46
  pytz==2025.2
47
  PyYAML==6.0.2
 
 
48
  requests==2.32.4
49
  rich==14.0.0
 
 
50
  ruff==0.12.3
51
  safehttpx==0.1.6
 
 
 
52
  semantic-version==2.10.0
 
 
53
  shellingham==1.5.4
54
  six==1.17.0
55
  sniffio==1.3.1
 
 
 
 
 
 
 
56
  starlette==0.47.1
 
 
 
 
 
 
 
 
 
 
57
  tomlkit==0.13.3
58
  tqdm==4.67.1
 
 
 
 
59
  typer==0.16.0
60
  typing-inspection==0.4.1
61
  typing_extensions==4.14.1
62
  tzdata==2025.2
 
63
  urllib3==2.5.0
 
64
  uvicorn==0.35.0
 
65
  websockets==15.0.1
 
 
 
 
1
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
2
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121
3
+ llama-cpp-python
 
 
 
4
  outetts@git+https://github.com/mybigday/OuteTTS.git@fix
5
+ absl-py==2.3.1
 
 
6
  aiofiles==24.1.0
7
+ aiohappyeyeballs==2.6.1
8
+ aiohttp==3.12.14
9
+ aiosignal==1.4.0
10
+ alembic==1.16.4
11
  annotated-types==0.7.0
12
+ antlr4-python3-runtime==4.9.3
13
  anyio==4.9.0
14
+ argbind==0.3.9
15
+ asteroid-filterbanks==0.4.0
16
+ asttokens==3.0.0
17
+ async-timeout==5.0.1
18
+ attrs==25.3.0
19
+ audioread==3.0.1
20
+ av==15.0.0
21
+ bitsandbytes==0.46.1
22
  Brotli==1.1.0
23
  certifi==2025.7.14
24
+ cffi==1.17.1
25
  charset-normalizer==3.4.2
26
  click==8.2.1
27
+ coloredlogs==15.0.1
28
+ colorlog==6.9.0
29
+ contourpy==1.3.2
30
+ ctranslate2==4.4.0
31
+ cycler==0.12.1
32
+ decorator==5.2.1
33
+ descript-audio-codec==1.0.0
34
+ descript-audiotools==0.7.2
35
+ diskcache==5.6.3
36
+ docopt==0.6.2
37
+ docstring_parser==0.16
38
+ einops==0.8.1
39
+ encodec==0.1.1
40
  exceptiongroup==1.3.0
41
+ executing==2.2.0
42
  fastapi==0.116.1
43
+ faster-whisper==1.1.1
44
  ffmpy==0.6.0
45
  filelock==3.18.0
46
+ fire==0.7.0
47
+ flatbuffers==25.2.10
48
+ flatten-dict==0.4.2
49
+ fonttools==4.58.5
50
+ frozenlist==1.7.0
51
  fsspec==2025.7.0
52
+ ftfy==6.3.1
53
+ future==1.0.0
54
  gradio==5.37.0
55
  gradio_client==1.10.4
56
+ greenlet==3.2.3
57
  groovy==0.1.2
58
+ grpcio==1.73.1
59
  h11==0.16.0
60
  hf-xet==1.1.5
61
  httpcore==1.0.9
62
  httpx==0.28.1
63
+ huggingface-hub==0.33.4
64
+ humanfriendly==10.0
65
+ HyperPyYAML==1.2.2
66
  idna==3.10
67
+ importlib_resources==6.5.2
68
+ inflect==7.5.0
69
+ ipython==8.37.0
70
+ jedi==0.19.2
71
  Jinja2==3.1.6
72
+ joblib==1.5.1
73
+ julius==0.2.7
74
+ kiwisolver==1.4.8
75
+ lazy_loader==0.4
76
+ librosa==0.11.0
77
+ llvmlite==0.44.0
78
+ loguru==0.7.3
79
+ Mako==1.3.10
80
+ Markdown==3.8.2
81
  markdown-it-py==3.0.0
82
+ markdown2==2.5.3
83
  MarkupSafe==3.0.2
84
+ matplotlib==3.10.3
85
+ matplotlib-inline==0.1.7
86
  mdurl==0.1.2
87
+ mecab-python3==1.0.10
88
+ more-itertools==10.7.0
89
+ mpmath==1.3.0
90
+ msgpack==1.1.1
91
+ multidict==6.6.3
92
+ natsort==8.4.0
93
+ networkx==3.4.2
94
+ nltk==3.9.1
95
+ numba==0.61.2
96
  numpy==2.2.6
97
+ omegaconf==2.3.0
98
+ onnxruntime==1.22.1
99
+ openai-whisper==20250625
100
+ optuna==4.4.0
101
  orjson==3.11.0
102
  packaging==25.0
103
  pandas==2.3.1
104
+ parso==0.8.4
105
+ pexpect==4.9.0
106
  pillow==11.3.0
107
+ platformdirs==4.3.8
108
+ polars==1.31.0
109
+ pooch==1.8.2
110
+ primePy==1.3
111
+ prompt_toolkit==3.0.51
112
+ propcache==0.3.2
113
+ protobuf==3.19.6
114
+ ptyprocess==0.7.0
115
+ pure_eval==0.2.3
116
+ pyannote.audio==3.3.2
117
+ pyannote.core==5.0.0
118
+ pyannote.database==5.1.3
119
+ pyannote.metrics==3.2.1
120
+ pyannote.pipeline==3.0.1
121
+ pycparser==2.22
122
  pydantic==2.11.7
123
  pydantic_core==2.33.2
124
  pydub==0.25.1
125
+ pygame==2.6.1
126
  Pygments==2.19.2
127
+ pyloudnorm==0.1.1
128
+ pyparsing==3.2.3
129
+ pystoi==0.4.1
130
  python-dateutil==2.9.0.post0
131
  python-multipart==0.0.20
132
  pytz==2025.2
133
  PyYAML==6.0.2
134
+ randomname==0.2.1
135
+ regex==2024.11.6
136
  requests==2.32.4
137
  rich==14.0.0
138
+ ruamel.yaml==0.18.14
139
+ ruamel.yaml.clib==0.2.12
140
  ruff==0.12.3
141
  safehttpx==0.1.6
142
+ safetensors==0.5.3
143
+ scikit-learn==1.7.0
144
+ scipy==1.15.3
145
  semantic-version==2.10.0
146
+ semver==3.0.4
147
+ sentencepiece==0.2.0
148
  shellingham==1.5.4
149
  six==1.17.0
150
  sniffio==1.3.1
151
+ sortedcontainers==2.4.0
152
+ sounddevice==0.5.2
153
+ soundfile==0.13.1
154
+ soxr==0.5.0.post1
155
+ speechbrain==1.0.3
156
+ SQLAlchemy==2.0.41
157
+ stack-data==0.6.3
158
  starlette==0.47.1
159
+ sympy==1.14.0
160
+ tabulate==0.9.0
161
+ tensorboard==2.19.0
162
+ tensorboard-data-server==0.7.2
163
+ tensorboardX==2.6
164
+ termcolor==3.1.0
165
+ threadpoolctl==3.6.0
166
+ tiktoken==0.9.0
167
+ tokenizers==0.21.2
168
+ tomli==2.2.1
169
  tomlkit==0.13.3
170
  tqdm==4.67.1
171
+ traitlets==5.14.3
172
+ transformers==4.52.3
173
+ triton==3.3.1
174
+ typeguard==4.4.4
175
  typer==0.16.0
176
  typing-inspection==0.4.1
177
  typing_extensions==4.14.1
178
  tzdata==2025.2
179
+ unidic-lite==1.0.8
180
  urllib3==2.5.0
181
+ uroman==1.3.1.1
182
  uvicorn==0.35.0
183
+ wcwidth==0.2.13
184
  websockets==15.0.1
185
+ Werkzeug==3.1.3
186
+ whisperx==3.4.2
187
+ yarl==1.20.1