Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
pandas
|
| 3 |
-
numpy
|
| 4 |
-
scikit-learn
|
| 5 |
-
plotly
|
|
|
|
| 1 |
+
gradio==4.36.1
|
| 2 |
+
pandas==2.2.2
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
scikit-learn==1.4.2
|
| 5 |
+
plotly==5.23.0
|