Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
|
@@ -2,15 +2,17 @@ streamlit>=1.35.0
|
|
| 2 |
pandas>=2.2.0
|
| 3 |
numpy>=1.26.4
|
| 4 |
matplotlib>=3.8.4
|
| 5 |
-
|
| 6 |
scikit-learn>=1.4.2
|
| 7 |
xgboost>=2.0.3
|
| 8 |
lightgbm>=4.3.0
|
| 9 |
shap>=0.45.1
|
| 10 |
imbalanced-learn>=0.12.3
|
| 11 |
-
joblib>=1.4.2
|
| 12 |
-
faker>=25.0.0
|
| 13 |
ucimlrepo>=0.0.6
|
| 14 |
scipy>=1.13.0
|
|
|
|
|
|
|
|
|
|
| 15 |
google-generativeai>=0.7.2
|
| 16 |
-
groq>=0.9.0
|
|
|
|
|
|
| 2 |
pandas>=2.2.0
|
| 3 |
numpy>=1.26.4
|
| 4 |
matplotlib>=3.8.4
|
| 5 |
+
joblib>=1.4.2
|
| 6 |
scikit-learn>=1.4.2
|
| 7 |
xgboost>=2.0.3
|
| 8 |
lightgbm>=4.3.0
|
| 9 |
shap>=0.45.1
|
| 10 |
imbalanced-learn>=0.12.3
|
|
|
|
|
|
|
| 11 |
ucimlrepo>=0.0.6
|
| 12 |
scipy>=1.13.0
|
| 13 |
+
|
| 14 |
+
seaborn>=0.13.2
|
| 15 |
+
faker>=25.0.0
|
| 16 |
google-generativeai>=0.7.2
|
| 17 |
+
groq>=0.9.0
|
| 18 |
+
requests>=2.31.0
|