Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
for changes in gluonts 0.9.x
  • Loading branch information
kashif committed Apr 24, 2022
1 parent f2daf9c commit fd64d0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ authors:
given-names: Kashif
license: MIT
repository-code: https://github.com/zalandoresearch/pytorch-ts
version: 0.5.1
version: 0.6.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ To cite this repository:
author = {Kashif Rasul},
title = {{P}yTorch{TS}},
url = {https://github.com/zalandoresearch/pytorch-ts},
version = {0.5.x},
version = {0.6.x},
year = {2021},
}
```
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="pytorchts",
version="0.5.1",
version="0.6.0",
description="PyTorch Probabilistic Time Series Modeling framework",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand All @@ -16,7 +16,7 @@
python_requires=">=3.6",
install_requires=[
"torch>=1.8.0",
"gluonts>=0.8.0",
"gluonts>=0.9.0",
"holidays",
"numpy~=1.16",
"pandas~=1.1",
Expand Down

0 comments on commit fd64d0c

Please sign in to comment.