Skip to content

Commit

Permalink
Update zarr requirement from <2.7,>=2.4 to >=2.4,<2.8
Browse files Browse the repository at this point in the history
Updates the requirements on [zarr](https://github.com/zarr-developers/zarr-python) to permit the latest version.
- [Release notes](https://github.com/zarr-developers/zarr-python/releases)
- [Changelog](https://github.com/zarr-developers/zarr-python/blob/master/docs/release.rst)
- [Commits](zarr-developers/zarr-python@v2.4.0...v2.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Mar 25, 2021
1 parent 7b7af37 commit 5ad4922
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 @@ gcsfs>=0.6.2, <0.7 # newer versions fail tests #97
s3fs==0.4.2, <0.5.2 # newer versions require Python 3.7+
boto3==1.17.33
lz4>=3, <4
zarr>=2.4, <2.7
zarr>=2.4, <2.8
tqdm>=4.1, <5
azure-storage-blob>=12, <13
pathos>=0.2, <0.3
Expand Down

0 comments on commit 5ad4922

Please sign in to comment.