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