Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
librosa
|
| 3 |
-
numpy
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
soundfile
|
|
|
|
| 1 |
+
gradio>=4.0
|
| 2 |
+
librosa>=0.10.0
|
| 3 |
+
numpy>=1.24.0
|
| 4 |
+
pandas>=1.5.0
|
| 5 |
+
scikit-learn>=1.3.0
|
| 6 |
+
plotly>=5.15.0
|
| 7 |
+
scipy>=1.10.0
|
| 8 |
+
soundfile>=0.12.1
|
|
|