From a353a6d5a7e3c7a9276e855d857e4b344dd70a60 Mon Sep 17 00:00:00 2001 From: Kashif Rasul Date: Wed, 10 Feb 2021 17:43:04 +0100 Subject: [PATCH] use master for now --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ae0c8e..849d52f 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( python_requires=">=3.6", install_requires = [ 'torch>=1.7.0', - 'glounts>=0.6.5', + 'git+ssh://git@github.com/awslabs/gluon-ts.git#egg=glounts', 'holidays', 'numpy', 'pandas>=1.1',