Skip to content

Commit 44aa11a

Browse files
committed
BUG: Avoid dask.array chunk size 0
Closes #554
1 parent 1a4cc45 commit 44aa11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"imjoy-rpc >= 0.5.16",
4040
"imjoy-utils >= 0.1.2",
4141
"importlib-metadata == 4.13.0 ; python_version == '3.7'",
42-
"ngff-zarr[dask-image] >= 0.1.2",
42+
"ngff-zarr[dask-image] >= 0.1.5",
4343
"numcodecs",
4444
"zarr",
4545
]

0 commit comments

Comments
 (0)