Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
requests==2.31.0
|
2 |
+
pandas==2.0.3
|
3 |
+
streamlit==1.24.1
|
4 |
+
plotly==5.15.0
|
5 |
+
numpy==1.25.2
|
6 |
+
scikit-learn==1.3.0
|
7 |
+
statsmodels==0.14.0
|
8 |
+
matplotlib==3.7.2
|