Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
gradio
|
| 2 |
pandas
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
| 1 |
pandas
|
| 2 |
+
gradio==5.29.0
|
| 3 |
+
numpy>=2.0.0
|
| 4 |
+
scikit-learn>=1.4.2
|
| 5 |
+
xgboost>=2.0.3
|
| 6 |
+
lightgbm>=4.3.0
|