Skip to content

Commit 3b172a4

Browse files
authored
Merge pull request #749 from thewtex/label-types
BUG: Bump ngff-zarr dep to 0.8.2
2 parents 74cd431 + d8f6624 commit 3b172a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ dependencies = [
4040
"imjoy-rpc >= 0.5.42",
4141
"imjoy-utils >= 0.1.2",
4242
"importlib_metadata",
43-
"ngff-zarr >= 0.8.1; sys_platform != \"emscripten\"",
44-
"ngff-zarr[dask-image] >= 0.8.1; sys_platform == \"emscripten\"",
43+
"ngff-zarr >= 0.8.2; sys_platform != \"emscripten\"",
44+
"ngff-zarr[dask-image] >= 0.8.2; sys_platform == \"emscripten\"",
4545
"numcodecs",
4646
"zarr",
4747
]

0 commit comments

Comments
 (0)