updated version

for changes in gluonts 0.9.x
This commit is contained in:
Kashif Rasul
2022-04-24 18:21:33 +02:00
parent f2daf9c2b3
commit fd64d0c4a4
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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},
}
```
+2 -2
View File
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
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",
@@ -16,7 +16,7 @@ setup(
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",