Spaces:
Runtime error
Runtime error
bug fix
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -72,7 +72,7 @@ Pygments==2.14.0
|
|
72 |
pyparsing==3.0.9
|
73 |
pyperclip==1.8.2
|
74 |
python-dateutil==2.8.2
|
75 |
-
pytorch-forecasting==0.
|
76 |
pytorch-lightning==1.9.0
|
77 |
pytz==2022.7.1
|
78 |
PyYAML==6.0
|
@@ -81,7 +81,7 @@ requests==2.28.2
|
|
81 |
requests-futures==1.0.0
|
82 |
requests-oauthlib==1.3.1
|
83 |
rsa==4.9
|
84 |
-
scikit-learn==1.
|
85 |
scipy==1.10.0
|
86 |
six==1.16.0
|
87 |
SQLAlchemy==1.4.46
|
|
|
72 |
pyparsing==3.0.9
|
73 |
pyperclip==1.8.2
|
74 |
python-dateutil==2.8.2
|
75 |
+
pytorch-forecasting==1.0.0
|
76 |
pytorch-lightning==1.9.0
|
77 |
pytz==2022.7.1
|
78 |
PyYAML==6.0
|
|
|
81 |
requests-futures==1.0.0
|
82 |
requests-oauthlib==1.3.1
|
83 |
rsa==4.9
|
84 |
+
scikit-learn==1.2.2
|
85 |
scipy==1.10.0
|
86 |
six==1.16.0
|
87 |
SQLAlchemy==1.4.46
|