Amittripipathi commited on
Commit
0f0ee14
·
verified ·
1 Parent(s): 01c9e93

Update requirements.txt

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