Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -3,8 +3,10 @@ transformers
|
|
3 |
torch
|
4 |
streamlit
|
5 |
plotly
|
6 |
-
numpy
|
7 |
pmdarima==2.0.4
|
8 |
scipy==1.9.2
|
9 |
pandas==1.3.3
|
|
|
|
|
10 |
|
|
|
3 |
torch
|
4 |
streamlit
|
5 |
plotly
|
6 |
+
numpy==1.21.0 # Compatible with pmdarima
|
7 |
pmdarima==2.0.4
|
8 |
scipy==1.9.2
|
9 |
pandas==1.3.3
|
10 |
+
scikit-learn==0.24.2 # Compatible with numpy and pmdarima
|
11 |
+
|
12 |
|