Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
streamlit
|
| 2 |
pandas
|
| 3 |
numpy
|
| 4 |
-
scikit-learn
|
| 5 |
-
joblib
|
| 6 |
-
plotly
|
| 7 |
-
Pillow
|
| 8 |
fpdf2
|
| 9 |
openpyxl
|
| 10 |
python-dateutil
|
| 11 |
-
requests
|
| 12 |
-
xgboost
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
pandas
|
| 3 |
numpy
|
| 4 |
+
scikit-learn
|
| 5 |
+
joblib
|
| 6 |
+
plotly
|
| 7 |
+
Pillow
|
| 8 |
fpdf2
|
| 9 |
openpyxl
|
| 10 |
python-dateutil
|
| 11 |
+
requests
|
| 12 |
+
xgboost
|