From 7ec7ae640ace6e1e96917756b1cbdbe8f476bc8f Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 30 May 2018 09:15:10 -0700 Subject: [PATCH] Bump dep on pydruid to 0.4.3 (#5098) (cherry picked from commit f6117973e9aaec291ef0605840cbf8d200fc2c27) (cherry picked from commit fbaef0455842c08ebd7e9577de3603abb612eca3) --- requirements.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index da14026d6d9bd..28f4e7fe30060 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,8 +22,8 @@ pandas==0.22.0 parsedatetime==2.0.0 pathlib2==2.3.0 polyline==1.3.2 -pydruid==0.4.2 -pyhive==0.5.0 +pydruid==0.4.3 +pyhive==0.5.1 python-dateutil==2.6.1 python-geohash==0.8.5 pyyaml==3.12 diff --git a/setup.py b/setup.py index 2dfa26fe7af18..8e7e2f4633a86 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ def get_git_sha(): 'parsedatetime', 'pathlib2', 'polyline', - 'pydruid', + 'pydruid>=0.4.3', 'pyhive>=0.4.0', 'python-dateutil', 'python-geohash',