Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
joblib
|
| 3 |
-
numpy
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
scikit-learn
|
| 2 |
+
joblib
|
| 3 |
+
numpy
|
| 4 |
+
pandas
|
| 5 |
+
gradio
|
| 6 |
+
xgboost # add if used during training
|
| 7 |
+
lightgbm # add if used during training
|