You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bo...@apache.org on 2016/09/04 13:17:25 UTC

incubator-airflow git commit: [AIRFLOW-468] Update Panda requirement to 0.17.1

Repository: incubator-airflow
Updated Branches:
  refs/heads/master c08b52aad -> 247955d42


[AIRFLOW-468] Update Panda requirement to 0.17.1

BigQuery Hook requires at least Panda 0.17.1

Closes #1767 from alexvanboxel/feature/panda-
upgrade


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/247955d4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/247955d4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/247955d4

Branch: refs/heads/master
Commit: 247955d422a1ee32bfe8b5906c07017cd3443342
Parents: c08b52a
Author: Alex Van Boxel <al...@vanboxel.be>
Authored: Sun Sep 4 15:16:37 2016 +0200
Committer: Bolke de Bruin <bo...@xs4all.nl>
Committed: Sun Sep 4 15:16:40 2016 +0200

----------------------------------------------------------------------
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/247955d4/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index d087b33..2255734 100644
--- a/setup.py
+++ b/setup.py
@@ -192,7 +192,7 @@ def do_setup():
             'gunicorn>=19.3.0, <19.4.0',  # 19.4.? seemed to have issues
             'jinja2>=2.7.3, <3.0',
             'markdown>=2.5.2, <3.0',
-            'pandas>=0.15.2, <1.0.0',
+            'pandas>=0.17.1, <1.0.0',
             'psutil>=4.2.0, <5.0.0',
             'pygments>=2.0.1, <3.0',
             'python-daemon>=2.1.1, <2.2',