Spaces:
Sleeping
Sleeping
create requirements
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==3.28.1
|
| 2 |
+
scikit-learn>=1.3.0
|
| 3 |
+
pandas>=1.5.0
|
| 4 |
+
numpy>=1.21.0
|
| 5 |
+
joblib>=1.3.0
|
| 6 |
+
xgboost>=1.7.0
|
| 7 |
+
lightgbm>=3.3.0
|