Skip to content

Commit

Permalink
Merge pull request #307 from will-moore/fsspec_exclude_2023.9.0
Browse files Browse the repository at this point in the history
Exclude fsspec 2023.9.0
  • Loading branch information
joshmoore authored Sep 15, 2023
2 parents f9e5dfc + e0d0cde commit d39980a
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 @@ -19,7 +19,7 @@ def read(fname):
install_requires += (["dask"],)
install_requires += (["distributed"],)
install_requires += (["zarr>=2.8.1"],)
install_requires += (["fsspec[s3]>=0.8,!=2021.07.0"],)
install_requires += (["fsspec[s3]>=0.8,!=2021.07.0,!=2023.09.0"],)
# See https://github.com/fsspec/filesystem_spec/issues/819
install_requires += (["aiohttp<4"],)
install_requires += (["requests"],)
Expand Down

0 comments on commit d39980a

Please sign in to comment.