Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -4,4 +4,7 @@ transformers
|
|
4 |
torch
|
5 |
streamlit
|
6 |
plotly
|
7 |
-
numpy==1.21.0
|
|
|
|
|
|
|
|
4 |
torch
|
5 |
streamlit
|
6 |
plotly
|
7 |
+
numpy==1.21.0
|
8 |
+
pmdarima==1.8.2
|
9 |
+
scipy==1.7.1
|
10 |
+
pandas==1.3.3
|