Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
gradio>=4.0.0
|
| 2 |
-
numpy
|
| 3 |
-
pandas
|
| 4 |
-
librosa
|
| 5 |
-
scikit-learn
|
| 6 |
-
scipy
|
| 7 |
-
soundfile
|
| 8 |
-
matplotlib
|
| 9 |
-
seaborn
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
numpy==1.26.4
|
| 3 |
+
pandas==2.1.4
|
| 4 |
+
librosa==0.11.0
|
| 5 |
+
scikit-learn==1.4.2
|
| 6 |
+
scipy==1.11.4
|
| 7 |
+
soundfile==0.13.1
|
| 8 |
+
matplotlib==3.10.1
|
| 9 |
+
seaborn==0.13.2
|