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 8cf32de commit aa71711Copy full SHA for aa71711
.github/workflows/notebook-test.yml
@@ -38,4 +38,5 @@ jobs:
38
examples/integrations/itk/*.ipynb
39
examples/integrations/MONAI/*.ipynb
40
examples/integrations/vtk/*.ipynb
41
+ examples/integrations/xarray/*.ipynb
42
examples/integrations/zarr/*.ipynb
pyproject.toml
@@ -38,6 +38,7 @@ dependencies = [
"itkwasm >= 1.0b1",
"imjoy-rpc >= 0.5.16",
"imjoy-utils >= 0.1.2",
+ "importlib-metadata == 4.13.0 ; python_version == '3.7'",
"ngff-zarr[dask-image] >= 0.1.2",
43
"numcodecs",
44
"zarr",
0 commit comments