Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +11 -7
requirements.txt
CHANGED
|
@@ -1,8 +1,12 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchaudio
|
| 3 |
-
numpy
|
| 4 |
-
scipy
|
| 5 |
-
librosa
|
|
|
|
|
|
|
| 6 |
soundfile
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.2.2
|
| 2 |
+
torchaudio==2.2.2
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
scipy==1.11.4
|
| 5 |
+
librosa==0.10.1
|
| 6 |
+
numba==0.58.1
|
| 7 |
+
llvmlite==0.41.1
|
| 8 |
soundfile
|
| 9 |
+
gradio==4.44.0
|
| 10 |
+
faiss-cpu
|
| 11 |
+
ffmpeg-python
|
| 12 |
+
rfc3987
|