Lokiiparihar commited on
Commit
b8e16f5
·
verified ·
1 Parent(s): 79f6c20

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -9
requirements.txt CHANGED
@@ -1,9 +1,13 @@
1
- pandas==2.1.4
2
- flask==3.0.1
3
- joblib==1.3.2
4
- numpy==1.26.4
5
- scikit-learn==1.4.0
6
- xgboost==2.0.3
7
- streamlit==1.30.0
8
- requests==2.31.0
9
- gunicorn==21.2.0
 
 
 
 
 
1
+ pandas==2.2.2
2
+ numpy==2.0.2
3
+ scikit-learn==1.6.1
4
+ seaborn==0.13.2
5
+ joblib==1.4.2
6
+ xgboost==2.1.4
7
+ joblib==1.4.2
8
+ Werkzeug==2.2.2
9
+ flask==2.2.2
10
+ gunicorn==20.1.0
11
+ requests==2.32.3
12
+ uvicorn[standard]
13
+ streamlit==1.43.2