Skip to content

Commit d030a85

Browse files
committed
BUG: Add dask[diagnostics] to DaskArray notebook
1 parent a297d30 commit d030a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/integrations/dask/DaskArray.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"import sys\n",
1212
"\n",
1313
"!{sys.executable} -m pip install -q --upgrade --pre itk-io\n",
14-
"!{sys.executable} -m pip install -q dask toolz scikit-image pooch matplotlib \"itkwidgets>=1.0a6\""
14+
"!{sys.executable} -m pip install -q 'dask[diagnostics]' toolz scikit-image pooch matplotlib \"itkwidgets>=1.0a6\""
1515
]
1616
},
1717
{

0 commit comments

Comments
 (0)