Skip to content

Commit

Permalink
Pin fsspec<8.0.0 for Python <3.6 to fix Static Checks
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil committed Aug 6, 2020
1 parent 54d8aae commit badd86a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,8 @@ def write_version(filename=os.path.join(*[my_dir, "airflow", "git_version"])):
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.6"'
]
password = [
'bcrypt>=2.0.0',
Expand Down

0 comments on commit badd86a

Please sign in to comment.