Skip to content

Commit

Permalink
Exclude broken zarr versions, due to #828
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite authored and mergify[bot] committed Apr 7, 2022
1 parent abba58d commit 6cd416a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dask-ml
scipy
typing-extensions
numba
zarr >= 2.10.0, < 2.11.0
zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2
fsspec != 2021.6.*
scikit-learn
pandas < 1.4.0

0 comments on commit 6cd416a

Please sign in to comment.