Skip to content

Commit

Permalink
bump fsspec
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Sep 19, 2019
1 parent fc01340 commit e77a7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# you modify these, make sure to change the corresponding line there.
extras_require = {
'array': ['numpy >= 1.13.0', 'toolz >= 0.7.3'],
'bag': ['fsspec >= 0.3.3', 'cloudpickle >= 0.2.1', 'toolz >= 0.7.3',
'bag': ['fsspec >= 0.5.1', 'cloudpickle >= 0.2.1', 'toolz >= 0.7.3',
'partd >= 0.3.10'],
'dataframe': ['numpy >= 1.13.0', 'pandas >= 0.21.0', 'toolz >= 0.7.3',
'partd >= 0.3.10', 'cloudpickle >= 0.2.1', 'fsspec >= 0.3.3'],
Expand Down

0 comments on commit e77a7ce

Please sign in to comment.