We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd426e7 commit 0ad1fdfCopy full SHA for 0ad1fdf
numcodecs/_zarr3.py
@@ -14,7 +14,7 @@
14
try:
15
import zarr
16
17
- if zarr.__version__ < "3.0.0":
+ if zarr.__version__ < "3.0.0": # pragma: no cover
18
raise ImportError("zarr 3.0.0 or later is required to use the numcodecs zarr integration.")
19
except ImportError:
20
0 commit comments