From 5c027a61d13d82e3c440ddf7362ede3ab1df9b26 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 e5b669d0c11c0..aecc21817025c 100644 --- a/setup.py +++ b/setup.py @@ -322,7 +322,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',