soft-matter/pims

Account for deprecation warnings in imageio

tacaswell opened this issue · 0 comments

ImageIO 2.16.0 added a v2 and v3 name spaces and ImageIO 2.16.2 added warnings when using the top-level namespace which is causing our tests to fail. As a stop-gap I have pinned the CI dependency back (#410 ), but we should properly fix this both here and in skimage.

I think 2.16.0 (which came out in Feb 22) is too new to depend on so we should do the "import the new one, fallback to the old one" dance.