Rajanan commited on
Commit
7760a9c
·
verified ·
1 Parent(s): ec16458

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,7 +1,9 @@
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
- flask==2.2.2
 
7
  gunicorn==20.1.0
 
 
1
+ pandas
2
+ numpy
3
+ scikit-learn
4
+ xgboost
5
+ joblib
6
+ flask==2.2.5
7
+ werkzeug==2.2.3
8
  gunicorn==20.1.0
9
+