Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -6,7 +6,7 @@ setuptools
|
|
6 |
|
7 |
# Audio processing
|
8 |
ffmpeg
|
9 |
-
librosa==0.9.
|
10 |
scipy==1.9.3
|
11 |
soundfile>=0.12.1
|
12 |
faiss-cpu==1.7.3
|
@@ -15,7 +15,7 @@ praat-parselmouth>=0.4.2
|
|
15 |
|
16 |
# Machine learning and deep learning
|
17 |
torch
|
18 |
-
numba==0.
|
19 |
numpy==1.23.5
|
20 |
fairseq==0.12.2
|
21 |
torchcrepe
|
|
|
6 |
|
7 |
# Audio processing
|
8 |
ffmpeg
|
9 |
+
librosa==0.9.2
|
10 |
scipy==1.9.3
|
11 |
soundfile>=0.12.1
|
12 |
faiss-cpu==1.7.3
|
|
|
15 |
|
16 |
# Machine learning and deep learning
|
17 |
torch
|
18 |
+
numba==0.55.2
|
19 |
numpy==1.23.5
|
20 |
fairseq==0.12.2
|
21 |
torchcrepe
|