ayethuzar commited on
Commit
0bda3d2
·
unverified ·
1 Parent(s): 6d822aa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -4
requirements.txt CHANGED
@@ -1,7 +1,10 @@
1
- streamlit
2
- pandas
3
- numpy
4
- matplotlib
 
5
  shap
6
  xgboost
7
  lightgbm
 
 
 
1
+ numpy==1.22.0
2
+ pandas==1.3.4
3
+ plotly==5.5.0
4
+ streamlit==1.3.0
5
+ scikit-learn==0.24.2
6
  shap
7
  xgboost
8
  lightgbm
9
+ numpy
10
+ matplotlib