Upload requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
openpyxl=3.1.5
|
11 |
+
|