Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -6,13 +6,13 @@ 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
|
|
|
|
| 6 |
fpdf
|
| 7 |
plotly
|
| 8 |
openpyxl
|
| 9 |
+
gradio==3.28.0
|
| 10 |
joblib
|
| 11 |
pandas
|
| 12 |
+
numpy==1.23.5
|
| 13 |
seaborn
|
| 14 |
statsmodels
|
| 15 |
+
scikit-learn==1.2.2
|
| 16 |
reportlab
|
| 17 |
matplotlib
|
| 18 |
+
xgboost==1.7.5
|