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 3e1d88eb2aeaca5103cd7dce536750bd48a6c37f Author: Kaxil Naik <[email protected]> AuthorDate: Thu Aug 6 20:19:35 2020 +0100 Pin fsspec<8.0.0 for Python <3.6 to fix Static Checks --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 327e157..e16b1cd 100644 --- a/setup.py +++ b/setup.py @@ -325,7 +325,8 @@ pagerduty = [ papermill = [ 'papermill[all]>=1.0.0', 'nteract-scrapbook[all]>=0.2.1', - 'pyarrow<1.0.0' + 'pyarrow<1.0.0', + 'fsspec<0.8.0;python_version=="3.5"' ] password = [ 'bcrypt>=2.0.0',
