Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
numpy
|
2 |
-
pandas
|
3 |
-
joblib
|
4 |
-
librosa
|
5 |
-
|
6 |
-
|
7 |
-
xgboost
|
|
|
1 |
+
numpy==1.23.5
|
2 |
+
pandas==1.5.3
|
3 |
+
joblib==1.2.0
|
4 |
+
librosa==0.9.2
|
5 |
+
plotly==5.11.0
|
6 |
+
gradio==3.1.4
|
|