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 ca19044 commit 6c44c4eCopy full SHA for 6c44c4e
numcodecs/zarr3.py
@@ -40,7 +40,7 @@
40
try:
41
import zarr
42
43
- if version('zarr') < Version("3.0.0"): # pragma: no cover
+ if Version(version('zarr')) < Version("3.0.0"): # pragma: no cover
44
raise ImportError("zarr 3.0.0 or later is required to use the numcodecs zarr integration.")
45
except ImportError as e: # pragma: no cover
46
raise ImportError(
0 commit comments