Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +10 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,10 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
pandas==2.1.4
|
| 3 |
+
numpy==1.24.3
|
| 4 |
+
plotly==5.17.0
|
| 5 |
+
scikit-learn==1.3.0
|
| 6 |
+
datetime
|
| 7 |
+
io
|
| 8 |
+
base64
|
| 9 |
+
json
|
| 10 |
+
warnings
|