requirements
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.21.0
|
2 |
+
pandas==1.5.3
|
3 |
+
numpy==1.24.2
|
4 |
+
seaborn==0.12.2
|
5 |
+
matplotlib==3.7.1
|
6 |
+
scikit-learn==1.3.0
|
7 |
+
lightgbm==3.5.2
|