Update requirements.txt
Browse files- requirements.txt +15 -6
requirements.txt
CHANGED
|
@@ -1,9 +1,18 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
| 3 |
python-docx
|
| 4 |
-
plotly
|
| 5 |
num2words
|
| 6 |
-
openpyxl
|
| 7 |
fpdf
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
geopandas
|
| 2 |
+
scipy
|
| 3 |
+
openpyxl
|
| 4 |
python-docx
|
|
|
|
| 5 |
num2words
|
|
|
|
| 6 |
fpdf
|
| 7 |
+
plotly
|
| 8 |
+
openpyxl
|
| 9 |
+
gradio
|
| 10 |
+
joblib
|
| 11 |
+
pandas
|
| 12 |
+
numpy
|
| 13 |
+
seaborn
|
| 14 |
+
statsmodels
|
| 15 |
+
scikit-learn
|
| 16 |
+
reportlab
|
| 17 |
+
matplotlib
|
| 18 |
+
xgboost
|