File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 given-names : Kashif
77license : MIT
88repository-code : https://github.com/zalandoresearch/pytorch-ts
9- version : 0.5.1
9+ version : 0.6.0
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ To cite this repository:
120120 author = {Kashif Rasul},
121121 title = {{P}yTorch{TS}},
122122 url = {https://github.com/zalandoresearch/pytorch-ts},
123- version = {0.5 .x},
123+ version = {0.6 .x},
124124 year = {2021},
125125}
126126```
Original file line number Diff line number Diff line change 22
33setup (
44 name = "pytorchts" ,
5- version = "0.5.1 " ,
5+ version = "0.6.0 " ,
66 description = "PyTorch Probabilistic Time Series Modeling framework" ,
77 long_description = open ("README.md" ).read (),
88 long_description_content_type = "text/markdown" ,
1616 python_requires = ">=3.6" ,
1717 install_requires = [
1818 "torch>=1.8.0" ,
19- "gluonts>=0.8 .0" ,
19+ "gluonts>=0.9 .0" ,
2020 "holidays" ,
2121 "numpy~=1.16" ,
2222 "pandas~=1.1" ,
You can’t perform that action at this time.
0 commit comments