Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
1e53571
1
Parent(s):
e54c9d1
fix: VAD error caused by new major numpy version
Browse files- pyproject.toml +2 -2
- requirements-all.txt +16 -20
- requirements-dev.txt +1 -1
- requirements.txt +1 -1
pyproject.toml
CHANGED
|
@@ -8,8 +8,8 @@ dependencies = [
|
|
| 8 |
"python-multipart",
|
| 9 |
"soundfile",
|
| 10 |
"pydantic-settings",
|
| 11 |
-
"numpy",
|
| 12 |
-
"faster-whisper",
|
| 13 |
"huggingface-hub",
|
| 14 |
"httpx-sse",
|
| 15 |
"httpx",
|
|
|
|
| 8 |
"python-multipart",
|
| 9 |
"soundfile",
|
| 10 |
"pydantic-settings",
|
| 11 |
+
"numpy<2.0.0",
|
| 12 |
+
"faster-whisper==1.0.3",
|
| 13 |
"huggingface-hub",
|
| 14 |
"httpx-sse",
|
| 15 |
"httpx",
|
requirements-all.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# This file was autogenerated by uv via the following command:
|
| 2 |
# uv pip compile --all-extras --output-file requirements-all.txt pyproject.toml
|
| 3 |
-
aider-chat==0.
|
| 4 |
# via faster-whisper-server (pyproject.toml)
|
| 5 |
aiofiles==23.2.1
|
| 6 |
# via gradio
|
|
@@ -105,7 +105,7 @@ faster-whisper==1.0.3
|
|
| 105 |
# via faster-whisper-server (pyproject.toml)
|
| 106 |
ffmpy==0.3.2
|
| 107 |
# via gradio
|
| 108 |
-
filelock==3.15.
|
| 109 |
# via
|
| 110 |
# aider-chat
|
| 111 |
# huggingface-hub
|
|
@@ -120,7 +120,7 @@ frozenlist==1.4.1
|
|
| 120 |
# aider-chat
|
| 121 |
# aiohttp
|
| 122 |
# aiosignal
|
| 123 |
-
fsspec==2024.6.
|
| 124 |
# via
|
| 125 |
# aider-chat
|
| 126 |
# gradio-client
|
|
@@ -133,17 +133,17 @@ gitpython==3.1.43
|
|
| 133 |
# via
|
| 134 |
# aider-chat
|
| 135 |
# streamlit
|
| 136 |
-
google-ai-generativelanguage==0.6.
|
| 137 |
# via
|
| 138 |
# aider-chat
|
| 139 |
# google-generativeai
|
| 140 |
-
google-api-core==2.19.
|
| 141 |
# via
|
| 142 |
# aider-chat
|
| 143 |
# google-ai-generativelanguage
|
| 144 |
# google-api-python-client
|
| 145 |
# google-generativeai
|
| 146 |
-
google-api-python-client==2.
|
| 147 |
# via
|
| 148 |
# aider-chat
|
| 149 |
# google-generativeai
|
|
@@ -159,9 +159,9 @@ google-auth-httplib2==0.2.0
|
|
| 159 |
# via
|
| 160 |
# aider-chat
|
| 161 |
# google-api-python-client
|
| 162 |
-
google-generativeai==0.
|
| 163 |
# via aider-chat
|
| 164 |
-
googleapis-common-protos==1.63.
|
| 165 |
# via
|
| 166 |
# aider-chat
|
| 167 |
# google-api-core
|
|
@@ -229,11 +229,7 @@ idna==3.7
|
|
| 229 |
# httpx
|
| 230 |
# requests
|
| 231 |
# yarl
|
| 232 |
-
|
| 233 |
-
# via
|
| 234 |
-
# aider-chat
|
| 235 |
-
# litellm
|
| 236 |
-
importlib-metadata==7.2.1
|
| 237 |
# via
|
| 238 |
# aider-chat
|
| 239 |
# litellm
|
|
@@ -259,7 +255,7 @@ jsonschema-specifications==2023.12.1
|
|
| 259 |
# jsonschema
|
| 260 |
kiwisolver==1.4.5
|
| 261 |
# via matplotlib
|
| 262 |
-
litellm==1.
|
| 263 |
# via aider-chat
|
| 264 |
markdown-it-py==3.0.0
|
| 265 |
# via
|
|
@@ -289,7 +285,7 @@ multidict==6.0.5
|
|
| 289 |
# yarl
|
| 290 |
networkx==3.2.1
|
| 291 |
# via aider-chat
|
| 292 |
-
numpy==
|
| 293 |
# via
|
| 294 |
# faster-whisper-server (pyproject.toml)
|
| 295 |
# aider-chat
|
|
@@ -306,7 +302,7 @@ numpy==2.0.0
|
|
| 306 |
# streamlit
|
| 307 |
onnxruntime==1.18.0
|
| 308 |
# via faster-whisper
|
| 309 |
-
openai==1.
|
| 310 |
# via
|
| 311 |
# faster-whisper-server (pyproject.toml)
|
| 312 |
# aider-chat
|
|
@@ -348,7 +344,7 @@ pluggy==1.5.0
|
|
| 348 |
# via pytest
|
| 349 |
prompt-toolkit==3.0.47
|
| 350 |
# via aider-chat
|
| 351 |
-
proto-plus==1.
|
| 352 |
# via
|
| 353 |
# aider-chat
|
| 354 |
# google-ai-generativelanguage
|
|
@@ -528,11 +524,11 @@ soupsieve==2.5
|
|
| 528 |
# beautifulsoup4
|
| 529 |
starlette==0.37.2
|
| 530 |
# via fastapi
|
| 531 |
-
streamlit==1.
|
| 532 |
# via aider-chat
|
| 533 |
sympy==1.12.1
|
| 534 |
# via onnxruntime
|
| 535 |
-
tenacity==8.
|
| 536 |
# via
|
| 537 |
# aider-chat
|
| 538 |
# streamlit
|
|
@@ -601,7 +597,7 @@ uritemplate==4.1.1
|
|
| 601 |
# via
|
| 602 |
# aider-chat
|
| 603 |
# google-api-python-client
|
| 604 |
-
urllib3==2.2.
|
| 605 |
# via
|
| 606 |
# aider-chat
|
| 607 |
# gradio
|
|
|
|
| 1 |
# This file was autogenerated by uv via the following command:
|
| 2 |
# uv pip compile --all-extras --output-file requirements-all.txt pyproject.toml
|
| 3 |
+
aider-chat==0.39.0
|
| 4 |
# via faster-whisper-server (pyproject.toml)
|
| 5 |
aiofiles==23.2.1
|
| 6 |
# via gradio
|
|
|
|
| 105 |
# via faster-whisper-server (pyproject.toml)
|
| 106 |
ffmpy==0.3.2
|
| 107 |
# via gradio
|
| 108 |
+
filelock==3.15.1
|
| 109 |
# via
|
| 110 |
# aider-chat
|
| 111 |
# huggingface-hub
|
|
|
|
| 120 |
# aider-chat
|
| 121 |
# aiohttp
|
| 122 |
# aiosignal
|
| 123 |
+
fsspec==2024.6.0
|
| 124 |
# via
|
| 125 |
# aider-chat
|
| 126 |
# gradio-client
|
|
|
|
| 133 |
# via
|
| 134 |
# aider-chat
|
| 135 |
# streamlit
|
| 136 |
+
google-ai-generativelanguage==0.6.4
|
| 137 |
# via
|
| 138 |
# aider-chat
|
| 139 |
# google-generativeai
|
| 140 |
+
google-api-core==2.19.0
|
| 141 |
# via
|
| 142 |
# aider-chat
|
| 143 |
# google-ai-generativelanguage
|
| 144 |
# google-api-python-client
|
| 145 |
# google-generativeai
|
| 146 |
+
google-api-python-client==2.133.0
|
| 147 |
# via
|
| 148 |
# aider-chat
|
| 149 |
# google-generativeai
|
|
|
|
| 159 |
# via
|
| 160 |
# aider-chat
|
| 161 |
# google-api-python-client
|
| 162 |
+
google-generativeai==0.6.0
|
| 163 |
# via aider-chat
|
| 164 |
+
googleapis-common-protos==1.63.1
|
| 165 |
# via
|
| 166 |
# aider-chat
|
| 167 |
# google-api-core
|
|
|
|
| 229 |
# httpx
|
| 230 |
# requests
|
| 231 |
# yarl
|
| 232 |
+
importlib-metadata==7.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 233 |
# via
|
| 234 |
# aider-chat
|
| 235 |
# litellm
|
|
|
|
| 255 |
# jsonschema
|
| 256 |
kiwisolver==1.4.5
|
| 257 |
# via matplotlib
|
| 258 |
+
litellm==1.40.15
|
| 259 |
# via aider-chat
|
| 260 |
markdown-it-py==3.0.0
|
| 261 |
# via
|
|
|
|
| 285 |
# yarl
|
| 286 |
networkx==3.2.1
|
| 287 |
# via aider-chat
|
| 288 |
+
numpy==1.26.4
|
| 289 |
# via
|
| 290 |
# faster-whisper-server (pyproject.toml)
|
| 291 |
# aider-chat
|
|
|
|
| 302 |
# streamlit
|
| 303 |
onnxruntime==1.18.0
|
| 304 |
# via faster-whisper
|
| 305 |
+
openai==1.34.0
|
| 306 |
# via
|
| 307 |
# faster-whisper-server (pyproject.toml)
|
| 308 |
# aider-chat
|
|
|
|
| 344 |
# via pytest
|
| 345 |
prompt-toolkit==3.0.47
|
| 346 |
# via aider-chat
|
| 347 |
+
proto-plus==1.23.0
|
| 348 |
# via
|
| 349 |
# aider-chat
|
| 350 |
# google-ai-generativelanguage
|
|
|
|
| 524 |
# beautifulsoup4
|
| 525 |
starlette==0.37.2
|
| 526 |
# via fastapi
|
| 527 |
+
streamlit==1.35.0
|
| 528 |
# via aider-chat
|
| 529 |
sympy==1.12.1
|
| 530 |
# via onnxruntime
|
| 531 |
+
tenacity==8.3.0
|
| 532 |
# via
|
| 533 |
# aider-chat
|
| 534 |
# streamlit
|
|
|
|
| 597 |
# via
|
| 598 |
# aider-chat
|
| 599 |
# google-api-python-client
|
| 600 |
+
urllib3==2.2.1
|
| 601 |
# via
|
| 602 |
# aider-chat
|
| 603 |
# gradio
|
requirements-dev.txt
CHANGED
|
@@ -130,7 +130,7 @@ mdurl==0.1.2
|
|
| 130 |
# via markdown-it-py
|
| 131 |
mpmath==1.3.0
|
| 132 |
# via sympy
|
| 133 |
-
numpy==
|
| 134 |
# via
|
| 135 |
# faster-whisper-server (pyproject.toml)
|
| 136 |
# altair
|
|
|
|
| 130 |
# via markdown-it-py
|
| 131 |
mpmath==1.3.0
|
| 132 |
# via sympy
|
| 133 |
+
numpy==1.26.4
|
| 134 |
# via
|
| 135 |
# faster-whisper-server (pyproject.toml)
|
| 136 |
# altair
|
requirements.txt
CHANGED
|
@@ -48,7 +48,7 @@ fastapi==0.111.0
|
|
| 48 |
# gradio
|
| 49 |
fastapi-cli==0.0.4
|
| 50 |
# via fastapi
|
| 51 |
-
faster-whisper==1.0.
|
| 52 |
# via faster-whisper-server (pyproject.toml)
|
| 53 |
ffmpy==0.3.2
|
| 54 |
# via gradio
|
|
|
|
| 48 |
# gradio
|
| 49 |
fastapi-cli==0.0.4
|
| 50 |
# via fastapi
|
| 51 |
+
faster-whisper==1.0.3
|
| 52 |
# via faster-whisper-server (pyproject.toml)
|
| 53 |
ffmpy==0.3.2
|
| 54 |
# via gradio
|