Skip to content

Commit

Permalink
Merge pull request #2901 from jlaehne/zarr-version
Browse files Browse the repository at this point in the history
fix min zarr version
  • Loading branch information
ericpre committed Mar 12, 2022
2 parents f3aaab5 + c0e28c1 commit d42c03d
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 @@ -80,7 +80,7 @@
# We can remove this requirement when the minimum supported version becomes Python 3.10
'importlib_metadata>=3.6',
# numcodecs currently only supported on x86_64/AMD64 machines
'zarr;platform_machine=="x86_64" or platform_machine=="AMD64"',
'zarr>=2.9.0;platform_machine=="x86_64" or platform_machine=="AMD64"',
]

extras_require = {
Expand Down

0 comments on commit d42c03d

Please sign in to comment.