diff --git a/docs/requirements.txt b/docs/requirements.txt index ee42174a..43edcccf 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ sphinx==7.1.2 sphinx-rtd-theme==3.0.2 -fsspec==2023.6.0 +fsspec zarr dask numpy diff --git a/pyproject.toml b/pyproject.toml index 2327a521..975bf5c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "dask", "distributed", "zarr>=2.8.1,<3", - "fsspec[s3]>=0.8,!=2021.07.0", + "fsspec[s3]>=0.8,!=2021.07.0,!=2023.9.0", # See https://github.com/fsspec/filesystem_spec/issues/819 "aiohttp<4", "requests",