Shalyn commited on
Commit
2c2655e
·
verified ·
1 Parent(s): 27a5d95

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -9
requirements.txt CHANGED
@@ -1,9 +1,11 @@
1
- scikit-learn==1.0.2
2
- pandas==2.0.3 # Keep pandas version
3
- numpy==1.21.6
4
- matplotlib==3.7.1 # Keep matplotlib version
5
- seaborn==0.13.1 # Keep seaborn version
6
- joblib==1.1.1
7
- huggingface_hub==0.20.3 # Keep huggingface_hub version
8
- Flask==3.0.2 # Keep Flask version
9
- gunicorn==21.2.0 # Keep gunicorn version
 
 
 
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.28.1
10
+ uvicorn[standard]
11
+ streamlit==1.43.2