From 27ea94c8647f1ab7164f3be4d8e4be4617494e43 Mon Sep 17 00:00:00 2001 From: Yasser Elsayed Date: Mon, 30 Jan 2017 11:26:48 -0800 Subject: [PATCH] add future==0.16.0 as a dependency since it's required by CloudML SDK --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b0c4a18f9..d0fd1da09 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ for accessing Google's Cloud Platform services such as Google BigQuery. """, install_requires=[ - 'future==0.15.2', + 'future==0.16.0', 'futures==3.0.5', 'google-cloud==0.19.0', 'google-api-python-client==1.5.1',