Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
-
|
2 |
pandas
|
3 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
pandas
|
3 |
+
numpy
|
4 |
+
plotly
|
5 |
+
statsmodels
|
6 |
+
scikit-learn
|
7 |
+
openpyxl # For Excel file support in pandas
|