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 6a8115c commit 82fa7a8Copy full SHA for 82fa7a8
numcodecs/tests/test_zarr3.py
@@ -8,7 +8,7 @@
8
from numcodecs.registry import get_codec
9
10
11
-zarr = pytest.importorskip("zarr")
+zarr = pytest.importorskip("zarr", minversion="3.0.0")
12
13
get_codec_class = zarr.codecs.registry.get_codec_class
14
Array = zarr.array.Array
0 commit comments