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 a297d30 commit d030a85Copy full SHA for d030a85
examples/integrations/dask/DaskArray.ipynb
@@ -11,7 +11,7 @@
11
"import sys\n",
12
"\n",
13
"!{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\""
+ "!{sys.executable} -m pip install -q 'dask[diagnostics]' toolz scikit-image pooch matplotlib \"itkwidgets>=1.0a6\""
15
]
16
},
17
{
0 commit comments