tifischer commited on
Commit
15f4c43
·
verified ·
1 Parent(s): 64ab264

Upload backend_files/requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. backend_files/requirements.txt +11 -0
backend_files/requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
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