Skip to content

Commit fd64d0c

Browse files
committed
updated version
for changes in gluonts 0.9.x
1 parent f2daf9c commit fd64d0c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ authors:
66
given-names: Kashif
77
license: MIT
88
repository-code: https://github.com/zalandoresearch/pytorch-ts
9-
version: 0.5.1
9+
version: 0.6.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
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",
@@ -16,7 +16,7 @@
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",

0 commit comments

Comments
 (0)