Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.32.0
|
2 |
+
pandas==2.1.4
|
3 |
+
numpy==1.24.3
|
4 |
+
matplotlib==3.7.2
|
5 |
+
seaborn==0.12.2
|
6 |
+
scikit-learn==1.3.0
|
7 |
+
plotly==5.18.0
|
8 |
+
openpyxl==3.1.2
|
9 |
+
scipy==1.11.4
|
10 |
+
pillow==10.0.1
|