Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +14 -13
requirements.txt
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
-
streamlit==1.36
|
| 2 |
-
librosa==0.10.1
|
| 3 |
-
soundfile==0.12.1
|
| 4 |
-
audioread==3.0.1
|
| 5 |
-
numpy==1.26.4
|
| 6 |
-
numba==0.58.1
|
| 7 |
-
llvmlite==0.41.1
|
| 8 |
-
scikit-learn==1.4.2
|
| 9 |
-
pandas==2.2.2
|
| 10 |
-
matplotlib==3.8.4
|
| 11 |
-
joblib==1.3.2
|
| 12 |
-
huggingface_hub==0.24.0
|
| 13 |
-
|
|
|
|
|
|
| 1 |
+
streamlit==1.36.0
|
| 2 |
+
librosa==0.10.1
|
| 3 |
+
soundfile==0.12.1
|
| 4 |
+
audioread==3.0.1
|
| 5 |
+
numpy==1.26.4
|
| 6 |
+
numba==0.58.1
|
| 7 |
+
llvmlite==0.41.1
|
| 8 |
+
scikit-learn==1.4.2
|
| 9 |
+
pandas==2.2.2
|
| 10 |
+
matplotlib==3.8.4
|
| 11 |
+
joblib==1.3.2
|
| 12 |
+
huggingface_hub==0.24.0
|
| 13 |
+
scipy==1.10.1
|
| 14 |
+
--only-binary=:all:
|