Skip to content

Commit

Permalink
Pin zarr==v3.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Nov 7, 2024
1 parent 86142c3 commit 31584bf
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 @@ -18,7 +18,7 @@ def read(fname):
install_requires += (["numpy"],)
install_requires += (["dask"],)
install_requires += (["distributed"],)
install_requires += (["zarr>=2.8.1"],)
install_requires += (["zarr==v3.0.0-beta.1"],)
install_requires += (["fsspec[s3]>=0.8,!=2021.07.0"],)
# See https://github.com/fsspec/filesystem_spec/issues/819
install_requires += (["aiohttp<4"],)
Expand Down

0 comments on commit 31584bf

Please sign in to comment.