From 85149b57af8e5d6b4e76dcd0ab0a9afbed3549a9 Mon Sep 17 00:00:00 2001 From: Kashif Rasul Date: Wed, 10 Feb 2021 17:46:38 +0100 Subject: [PATCH] fixed typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 849d52f..765d78a 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( python_requires=">=3.6", install_requires = [ 'torch>=1.7.0', - 'git+ssh://git@github.com/awslabs/gluon-ts.git#egg=glounts', + 'git+ssh://git@github.com/awslabs/gluon-ts.git#egg=gluonts', 'holidays', 'numpy', 'pandas>=1.1',