LEWOPO commited on
Commit
ac57201
·
verified ·
1 Parent(s): a85d34b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
- streamlit==1.25.0
2
- streamlit-option-menu==0.3.2
3
  pandas==2.1.1
4
  pickle5==0.0.12
5
  lime==0.2.0.1
6
  Pillow==9.2.0
7
  seaborn==0.12.2
8
  matplotlib==3.7.1
 
9
 
 
1
+ streamlit==1.37.1
2
+ streamlit-option-menu==0.3.13
3
  pandas==2.1.1
4
  pickle5==0.0.12
5
  lime==0.2.0.1
6
  Pillow==9.2.0
7
  seaborn==0.12.2
8
  matplotlib==3.7.1
9
+ xgboost==2.0.3
10