Update requirements.txt
Browse files- requirements.txt +17 -17
requirements.txt
CHANGED
|
@@ -1,17 +1,17 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
pandas
|
| 3 |
-
numpy
|
| 4 |
-
matplotlib
|
| 5 |
-
|
| 6 |
-
joblib
|
| 7 |
-
lightgbm
|
| 8 |
-
gspread
|
| 9 |
-
google-auth
|
| 10 |
-
pytz
|
| 11 |
-
pickle
|
| 12 |
-
lightgbm
|
| 13 |
-
AutoPreprocess
|
| 14 |
-
time
|
| 15 |
-
datetime
|
| 16 |
-
os
|
| 17 |
-
json
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
pandas
|
| 3 |
+
numpy
|
| 4 |
+
matplotlib
|
| 5 |
+
scikit-learn
|
| 6 |
+
joblib
|
| 7 |
+
lightgbm
|
| 8 |
+
gspread
|
| 9 |
+
google-auth
|
| 10 |
+
pytz
|
| 11 |
+
pickle
|
| 12 |
+
lightgbm
|
| 13 |
+
AutoPreprocess
|
| 14 |
+
time
|
| 15 |
+
datetime
|
| 16 |
+
os
|
| 17 |
+
json
|