Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.36.0
|
2 |
+
pandas==2.2.2
|
3 |
+
scikit-learn==1.5.0
|
4 |
+
numpy==1.26.4
|
5 |
+
matplotlib==3.9.0
|
6 |
+
seaborn==0.13.2
|
7 |
+
plotly==5.22.0
|
8 |
+
openpyxl==3.1.2
|