Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
streamlit==1.37.1
|
2 |
streamlit-option-menu==0.3.13
|
3 |
-
pandas==2.
|
4 |
lime==0.2.0.1
|
5 |
Pillow==9.2.0
|
6 |
seaborn==0.12.2
|
7 |
matplotlib==3.7.1
|
8 |
xgboost==2.0.3
|
|
|
9 |
|
|
|
1 |
streamlit==1.37.1
|
2 |
streamlit-option-menu==0.3.13
|
3 |
+
pandas==2.2.0
|
4 |
lime==0.2.0.1
|
5 |
Pillow==9.2.0
|
6 |
seaborn==0.12.2
|
7 |
matplotlib==3.7.1
|
8 |
xgboost==2.0.3
|
9 |
+
numpy==1.26.3
|
10 |
|