From cb8a8337d946dc6ccd41bf79959a97d2f3196b01 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Mon, 3 Sep 2018 00:19:51 +0100 Subject: [PATCH] [AIRFLOW-2476] Allow tabulate up to 0.8.2 (#3835) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 03edaaced6cd4..481c94c8f27e4 100644 --- a/setup.py +++ b/setup.py @@ -299,7 +299,7 @@ def do_setup(): 'requests>=2.5.1, <3', 'setproctitle>=1.1.8, <2', 'sqlalchemy>=1.1.15, <1.2.0', - 'tabulate>=0.7.5, <0.8.0', + 'tabulate>=0.7.5, <=0.8.2', 'tenacity==4.8.0', 'thrift>=0.9.2', 'tzlocal>=1.4',