

fix: VAD error caused by new major numpy version
@812418dfaba8eaf445946df83667ddbf8eac17c2
--- pyproject.toml
+++ pyproject.toml
... | ... | @@ -8,8 +8,8 @@ |
8 | 8 |
"python-multipart", |
9 | 9 |
"soundfile", |
10 | 10 |
"pydantic-settings", |
11 |
- "numpy", |
|
12 |
- "faster-whisper", |
|
11 |
+ "numpy<2.0.0", |
|
12 |
+ "faster-whisper==1.0.3", |
|
13 | 13 |
"huggingface-hub", |
14 | 14 |
"httpx-sse", |
15 | 15 |
"httpx", |
--- requirements-all.txt
+++ requirements-all.txt
... | ... | @@ -1,6 +1,6 @@ |
1 | 1 |
# This file was autogenerated by uv via the following command: |
2 | 2 |
# uv pip compile --all-extras --output-file requirements-all.txt pyproject.toml |
3 |
-aider-chat==0.41.0 |
|
3 |
+aider-chat==0.39.0 |
|
4 | 4 |
# via faster-whisper-server (pyproject.toml) |
5 | 5 |
aiofiles==23.2.1 |
6 | 6 |
# via gradio |
... | ... | @@ -105,7 +105,7 @@ |
105 | 105 |
# via faster-whisper-server (pyproject.toml) |
106 | 106 |
ffmpy==0.3.2 |
107 | 107 |
# via gradio |
108 |
-filelock==3.15.4 |
|
108 |
+filelock==3.15.1 |
|
109 | 109 |
# via |
110 | 110 |
# aider-chat |
111 | 111 |
# huggingface-hub |
... | ... | @@ -120,7 +120,7 @@ |
120 | 120 |
# aider-chat |
121 | 121 |
# aiohttp |
122 | 122 |
# aiosignal |
123 |
-fsspec==2024.6.1 |
|
123 |
+fsspec==2024.6.0 |
|
124 | 124 |
# via |
125 | 125 |
# aider-chat |
126 | 126 |
# gradio-client |
... | ... | @@ -133,17 +133,17 @@ |
133 | 133 |
# via |
134 | 134 |
# aider-chat |
135 | 135 |
# streamlit |
136 |
-google-ai-generativelanguage==0.6.6 |
|
136 |
+google-ai-generativelanguage==0.6.4 |
|
137 | 137 |
# via |
138 | 138 |
# aider-chat |
139 | 139 |
# google-generativeai |
140 |
-google-api-core==2.19.1 |
|
140 |
+google-api-core==2.19.0 |
|
141 | 141 |
# via |
142 | 142 |
# aider-chat |
143 | 143 |
# google-ai-generativelanguage |
144 | 144 |
# google-api-python-client |
145 | 145 |
# google-generativeai |
146 |
-google-api-python-client==2.135.0 |
|
146 |
+google-api-python-client==2.133.0 |
|
147 | 147 |
# via |
148 | 148 |
# aider-chat |
149 | 149 |
# google-generativeai |
... | ... | @@ -159,9 +159,9 @@ |
159 | 159 |
# via |
160 | 160 |
# aider-chat |
161 | 161 |
# google-api-python-client |
162 |
-google-generativeai==0.7.1 |
|
162 |
+google-generativeai==0.6.0 |
|
163 | 163 |
# via aider-chat |
164 |
-googleapis-common-protos==1.63.2 |
|
164 |
+googleapis-common-protos==1.63.1 |
|
165 | 165 |
# via |
166 | 166 |
# aider-chat |
167 | 167 |
# google-api-core |
... | ... | @@ -229,11 +229,7 @@ |
229 | 229 |
# httpx |
230 | 230 |
# requests |
231 | 231 |
# yarl |
232 |
-ijson==3.3.0 |
|
233 |
- # via |
|
234 |
- # aider-chat |
|
235 |
- # litellm |
|
236 |
-importlib-metadata==7.2.1 |
|
232 |
+importlib-metadata==7.1.0 |
|
237 | 233 |
# via |
238 | 234 |
# aider-chat |
239 | 235 |
# litellm |
... | ... | @@ -259,7 +255,7 @@ |
259 | 255 |
# jsonschema |
260 | 256 |
kiwisolver==1.4.5 |
261 | 257 |
# via matplotlib |
262 |
-litellm==1.41.0 |
|
258 |
+litellm==1.40.15 |
|
263 | 259 |
# via aider-chat |
264 | 260 |
markdown-it-py==3.0.0 |
265 | 261 |
# via |
... | ... | @@ -289,7 +285,7 @@ |
289 | 285 |
# yarl |
290 | 286 |
networkx==3.2.1 |
291 | 287 |
# via aider-chat |
292 |
-numpy==2.0.0 |
|
288 |
+numpy==1.26.4 |
|
293 | 289 |
# via |
294 | 290 |
# faster-whisper-server (pyproject.toml) |
295 | 291 |
# aider-chat |
... | ... | @@ -306,7 +302,7 @@ |
306 | 302 |
# streamlit |
307 | 303 |
onnxruntime==1.18.0 |
308 | 304 |
# via faster-whisper |
309 |
-openai==1.35.7 |
|
305 |
+openai==1.34.0 |
|
310 | 306 |
# via |
311 | 307 |
# faster-whisper-server (pyproject.toml) |
312 | 308 |
# aider-chat |
... | ... | @@ -348,7 +344,7 @@ |
348 | 344 |
# via pytest |
349 | 345 |
prompt-toolkit==3.0.47 |
350 | 346 |
# via aider-chat |
351 |
-proto-plus==1.24.0 |
|
347 |
+proto-plus==1.23.0 |
|
352 | 348 |
# via |
353 | 349 |
# aider-chat |
354 | 350 |
# google-ai-generativelanguage |
... | ... | @@ -528,11 +524,11 @@ |
528 | 524 |
# beautifulsoup4 |
529 | 525 |
starlette==0.37.2 |
530 | 526 |
# via fastapi |
531 |
-streamlit==1.36.0 |
|
527 |
+streamlit==1.35.0 |
|
532 | 528 |
# via aider-chat |
533 | 529 |
sympy==1.12.1 |
534 | 530 |
# via onnxruntime |
535 |
-tenacity==8.4.2 |
|
531 |
+tenacity==8.3.0 |
|
536 | 532 |
# via |
537 | 533 |
# aider-chat |
538 | 534 |
# streamlit |
... | ... | @@ -601,7 +597,7 @@ |
601 | 597 |
# via |
602 | 598 |
# aider-chat |
603 | 599 |
# google-api-python-client |
604 |
-urllib3==2.2.2 |
|
600 |
+urllib3==2.2.1 |
|
605 | 601 |
# via |
606 | 602 |
# aider-chat |
607 | 603 |
# gradio |
--- requirements-dev.txt
+++ requirements-dev.txt
... | ... | @@ -130,7 +130,7 @@ |
130 | 130 |
# via markdown-it-py |
131 | 131 |
mpmath==1.3.0 |
132 | 132 |
# via sympy |
133 |
-numpy==2.0.0 |
|
133 |
+numpy==1.26.4 |
|
134 | 134 |
# via |
135 | 135 |
# faster-whisper-server (pyproject.toml) |
136 | 136 |
# altair |
--- requirements.txt
+++ requirements.txt
... | ... | @@ -48,7 +48,7 @@ |
48 | 48 |
# gradio |
49 | 49 |
fastapi-cli==0.0.4 |
50 | 50 |
# via fastapi |
51 |
-faster-whisper==1.0.2 |
|
51 |
+faster-whisper==1.0.3 |
|
52 | 52 |
# via faster-whisper-server (pyproject.toml) |
53 | 53 |
ffmpy==0.3.2 |
54 | 54 |
# via gradio |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?