You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/08/02 11:21:26 UTC

[airflow] branch v1-10-test updated: Pin Pyarrow < 1.0

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v1-10-test by this push:
     new e8d6db6  Pin Pyarrow < 1.0
e8d6db6 is described below

commit e8d6db609f9fb7c8c8ddd64756ed2e56c28888f3
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Sun Aug 2 12:19:42 2020 +0100

    Pin Pyarrow < 1.0
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index cc0f721..327e157 100644
--- a/setup.py
+++ b/setup.py
@@ -325,6 +325,7 @@ pagerduty = [
 papermill = [
     'papermill[all]>=1.0.0',
     'nteract-scrapbook[all]>=0.2.1',
+    'pyarrow<1.0.0'
 ]
 password = [
     'bcrypt>=2.0.0',