Nahiyan14 commited on
Commit
3c65b24
·
verified ·
1 Parent(s): cca6eb5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -10
requirements.txt CHANGED
@@ -1,11 +1,10 @@
1
- numpy
2
- scipy
3
- scikit-learn
4
- shap
5
- streamlit
6
- pandas
7
- joblib
8
- matplotlib
9
- xgboost
10
- lightgbm
11
 
 
1
+ scikit-learn==1.0.2
2
+ xgboost==1.7.6
3
+ lightgbm==4.5.0
4
+ numpy==1.21.6
5
+ scipy==1.7.3
6
+ shap==0.41.0
7
+ pandas==1.3.5
8
+ joblib==1.1.0
9
+ matplotlib==3.5.1
 
10