Spaces:
Running
Running
add missing packages
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
pmdarima
|
2 |
-
statsmodels
|
3 |
-
transformers
|
4 |
-
torch
|
5 |
-
streamlit
|
6 |
-
plotly
|
|
|
|
|
|
1 |
+
pmdarima
|
2 |
+
statsmodels
|
3 |
+
transformers
|
4 |
+
torch
|
5 |
+
streamlit
|
6 |
+
plotly
|
7 |
+
matplotlib
|
8 |
+
numpy
|