From 301e29dec7f0eff6936d5687c636d067cc1e1036 Mon Sep 17 00:00:00 2001 From: Alexandar Mechev <apmechev@gmail.com> Date: Tue, 22 Oct 2019 10:07:29 +0200 Subject: [PATCH] Update of GRID_LRT requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec71e0e..31a3c62 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ setup(name='AGLOW', ], install_requires=[ 'apache-airflow', - 'GRID_LRT>=0.4.3.1', + 'GRID_LRT>=1.0', 'six', 'sshtunnel', 'itsdangerous' -- GitLab