Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
torch
|
2 |
-
pytorch-lightning
|
3 |
-
pytorch_forecasting
|
4 |
pystan
|
5 |
-
prophet
|
6 |
#streamlit
|
7 |
streamlit-toggle-switch
|
8 |
seaborn
|
|
|
1 |
+
torch==1.13.0
|
2 |
+
pytorch-lightning==2.0.2
|
3 |
+
pytorch_forecasting==1.0.0
|
4 |
pystan
|
5 |
+
prophet==1.1.2
|
6 |
#streamlit
|
7 |
streamlit-toggle-switch
|
8 |
seaborn
|