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.
2 parents bddcbef + e24c713 commit b6529cdCopy full SHA for b6529cd
.github/workflows/notebook-test.yml
@@ -32,4 +32,4 @@ jobs:
32
33
- name: Test notebooks
34
run: |
35
- pytest --nbmake --nbmake-timeout=3000 examples/*.ipynb examples/integrations/dask/*.ipynb examples/integrations/itk/*.ipynb examples/integrations/zarr/*.ipynb examples/integrations/MONAI/*.ipynb
+ pytest --nbmake --nbmake-timeout=3000 examples/*.ipynb examples/integrations/**/*.ipynb
pyproject.toml
@@ -38,6 +38,7 @@ dependencies = [
38
"itkwasm >= 1.0b1",
39
"imjoy-rpc >= 0.5.16",
40
"imjoy-utils >= 0.1.2",
41
+ "importlib-metadata == 4.13.0 ; python_version == '3.7'",
42
"ngff-zarr[dask-image] >= 0.1.2",
43
"numcodecs",
44
"zarr",
0 commit comments