From ab92e7a94d211cf8e7f8558a27201c3e83735683 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Fri, 1 Apr 2016 08:03:54 -0700 Subject: [PATCH] Pin pandas, remove numpy --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 9c6506f1f293..52d4fa81fca0 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,6 @@ 'humanize>=0.5.1, <0.6.0', 'gunicorn>=19.3.0, <20.0.0', 'markdown>=2.6.2, <3.0.0', - 'numpy>=1.9, <2', 'pandas==0.18.0', 'parsedatetime==2.0.0', 'pydruid>=0.2.2, <0.3',