Skip to content

Commit 6c44c4e

Browse files
committed
versionify another version
1 parent ca19044 commit 6c44c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/zarr3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
try:
4141
import zarr
4242

43-
if version('zarr') < Version("3.0.0"): # pragma: no cover
43+
if Version(version('zarr')) < Version("3.0.0"): # pragma: no cover
4444
raise ImportError("zarr 3.0.0 or later is required to use the numcodecs zarr integration.")
4545
except ImportError as e: # pragma: no cover
4646
raise ImportError(

0 commit comments

Comments
 (0)