Spaces:
Runtime error
Runtime error
added dependencies
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
plotly
|
2 |
+
numpy
|
3 |
+
pandas
|
4 |
+
plotly-express
|
5 |
+
statsmodels
|
6 |
+
xarray
|
7 |
+
streamlit-extras
|
8 |
+
validators
|