diff --git a/setup.py b/setup.py index 4e7c7fb4f..080537aa3 100644 --- a/setup.py +++ b/setup.py @@ -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",