Skip to content

Commit

Permalink
Limit fsspec version for now due to glob bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLeRoy committed Oct 19, 2023
1 parent 942cc53 commit ea568ea
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,<=2023.5.0",
"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.16,<=1.24.0",
Expand Down

0 comments on commit ea568ea

Please sign in to comment.