Closed thewtex closed 1 month ago
pip install --pre is likely to pick up zarr version 3 pre-release packages which are unstable. To address #30.
pip install --pre
Also bump itk and itkwidgets to their latest versions, which contain many improvements.
itk
itkwidgets
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Thank you!
pip install --pre
is likely to pick up zarr version 3 pre-release packages which are unstable. To address #30.Also bump
itk
anditkwidgets
to their latest versions, which contain many improvements.