Skip to content

Commit

Permalink
Revert removal of fsspec limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLeRoy committed Oct 30, 2023
1 parent 8da393c commit d946e31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ def run(self):

requirements = [
"dask[array]>=2021.4.1",
"fsspec>=2022.8.0",
# fssspec restricted due to glob issue tracked here, when fixed remove ceiling
# https://github.com/fsspec/filesystem_spec/issues/1380
"fsspec>=2022.8.0,<2023.9.0",
"imagecodecs>=2020.5.30",
"lxml>=4.6,<5",
"numpy>=1.21.0",
Expand Down

0 comments on commit d946e31

Please sign in to comment.