Spaces:
Sleeping
Sleeping
Commit
·
b37c21f
1
Parent(s):
2366698
Add pmdarima to requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
pandas
|
2 |
-
numpy
|
|
|
3 |
matplotlib
|
4 |
gradio
|
5 |
scikit-learn
|
6 |
statsmodels
|
7 |
-
tensorflow
|
8 |
-
pmdarima
|
|
|
1 |
pandas
|
2 |
+
numpy==1.23.5
|
3 |
+
pmdarima==1.8.5
|
4 |
matplotlib
|
5 |
gradio
|
6 |
scikit-learn
|
7 |
statsmodels
|
8 |
+
tensorflow
|
|