Spaces:
Running
on
Zero
Running
on
Zero
Fix deps
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -2,6 +2,7 @@
|
|
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 # 5272f77
|
|
|
5 |
accelerate
|
6 |
absl-py==2.3.1
|
7 |
aiofiles==24.1.0
|
@@ -94,14 +95,14 @@ natsort==8.4.0
|
|
94 |
networkx==3.4.2
|
95 |
nltk==3.9.1
|
96 |
numba==0.61.2
|
97 |
-
numpy==2.2
|
98 |
omegaconf==2.3.0
|
99 |
-
onnxruntime==1.
|
100 |
openai-whisper==20250625
|
101 |
optuna==4.4.0
|
102 |
orjson==3.11.0
|
103 |
packaging==25.0
|
104 |
-
pandas==2.3
|
105 |
parso==0.8.4
|
106 |
pexpect==4.9.0
|
107 |
pillow==11.3.0
|
@@ -184,5 +185,4 @@ uvicorn==0.35.0
|
|
184 |
wcwidth==0.2.13
|
185 |
websockets==15.0.1
|
186 |
Werkzeug==3.1.3
|
187 |
-
whisperx==3.4.2
|
188 |
yarl==1.20.1
|
|
|
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 # 5272f77
|
5 |
+
whisperx@git+https://github.com/jim60105/whisperX.git@update-requirements
|
6 |
accelerate
|
7 |
absl-py==2.3.1
|
8 |
aiofiles==24.1.0
|
|
|
95 |
networkx==3.4.2
|
96 |
nltk==3.9.1
|
97 |
numba==0.61.2
|
98 |
+
numpy==2.0.2
|
99 |
omegaconf==2.3.0
|
100 |
+
onnxruntime==1.19.2
|
101 |
openai-whisper==20250625
|
102 |
optuna==4.4.0
|
103 |
orjson==3.11.0
|
104 |
packaging==25.0
|
105 |
+
pandas==2.2.3
|
106 |
parso==0.8.4
|
107 |
pexpect==4.9.0
|
108 |
pillow==11.3.0
|
|
|
185 |
wcwidth==0.2.13
|
186 |
websockets==15.0.1
|
187 |
Werkzeug==3.1.3
|
|
|
188 |
yarl==1.20.1
|