You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update imageio.imread to v3.imread in x-ray img processing tutorial (#143)
* Use v3 to replace v2 as recommended by imageio
`imageio.imread` is not supported and `imageio.v2` has issues with lazy import, replaced with `imageio.v3.imread` instead as recommended by the `imageio` module maintainers.
0 commit comments