Shalyn commited on
Commit
ea5a0e0
·
verified ·
1 Parent(s): 42a483c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- numpy==1.26.4
2
- pandas==2.2.2
3
- scikit-learn==1.6.0
4
- xgboost==2.1.4
5
- mlflow==3.0.1
6
  requests>=2.32.2,<3
7
- streamlit==1.44.0
8
- joblib==1.3.2
9
- huggingface_hub==0.32.6
10
- datasets==3.6.0
 
1
+ numpy>=1.26.4
2
+ pandas>=2.2.2
3
+ scikit-learn>=1.6.0
4
+ xgboost>=2.1.4
5
+ mlflow>=3.0.1
6
  requests>=2.32.2,<3
7
+ streamlit>=1.43.2,<2
8
+ joblib>=1.3.2
9
+ huggingface_hub>=0.32.6
10
+ datasets>=3.6.0