Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
streamlit==1.
|
2 |
-
streamlit-option-menu==0.3.
|
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 |
|