Skip to content

Commit aa71711

Browse files
committed
TST: Test xarray notebook
Pin importlib-metadata to 4.13.0, version >= 5.0.0 removed depreciated endpoint used in Python 3.7.
1 parent 8cf32de commit aa71711

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/notebook-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
examples/integrations/itk/*.ipynb
3939
examples/integrations/MONAI/*.ipynb
4040
examples/integrations/vtk/*.ipynb
41+
examples/integrations/xarray/*.ipynb
4142
examples/integrations/zarr/*.ipynb

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dependencies = [
3838
"itkwasm >= 1.0b1",
3939
"imjoy-rpc >= 0.5.16",
4040
"imjoy-utils >= 0.1.2",
41+
"importlib-metadata == 4.13.0 ; python_version == '3.7'",
4142
"ngff-zarr[dask-image] >= 0.1.2",
4243
"numcodecs",
4344
"zarr",

0 commit comments

Comments
 (0)