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