spac1ngcat commited on
Commit
8d2deff
·
verified ·
1 Parent(s): 7179086

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -10
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- numpy: 2.3.2
2
- pandas: 2.3.1
3
- scikit-learn: 1.7.1
4
- xgboost: 3.0.4
5
- joblib: 1.5.1
6
- Werkzeug: 3.1.3
7
- flask: 3.1.2
8
- gunicorn: 23.0.0
9
- requests: 2.32.4
10
  uvicorn[standard]
11
- streamlit: 1.48.1
 
1
+ numpy==2.3.2
2
+ pandas==2.3.1
3
+ scikit-learn==1.7.1
4
+ xgboost==3.0.4
5
+ joblib==1.5.1
6
+ Werkzeug==3.1.3
7
+ flask==3.1.2
8
+ gunicorn==23.0.0
9
+ requests==2.32.4
10
  uvicorn[standard]
11
+ streamlit==1.48.1