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
commit 70a741601646dd68b5e951f7a46cc591fda52020 Author: Kaxil Naik <[email protected]> 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',
