kirbyju / TCIA_Notebooks

Notebooks for working with The Cancer Imaging Archive datasets. Have you written one? Submit a PR!
https://cancerimagingarchive.net
Apache License 2.0
90 stars 23 forks source link

Do not use --pre with itkwidgets install, upgrade versions #31

Closed thewtex closed 1 month ago

thewtex commented 1 month ago

pip install --pre is likely to pick up zarr version 3 pre-release packages which are unstable. To address #30.

Also bump itk and itkwidgets to their latest versions, which contain many improvements.

review-notebook-app[bot] commented 1 month ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

kirbyju commented 1 month ago

Thank you!