AllenCellModeling / napari-aicsimageio

Multiple file format reading directly into napari using pure Python
GNU General Public License v3.0
33 stars 10 forks source link

broken with recent aicsimageio release #55

Closed tlambert03 closed 2 years ago

tlambert03 commented 2 years ago

Description

i think https://github.com/AllenCellModeling/aicsimageio/pull/425/files broke our tests here (used git bisect)

evamaxfield commented 2 years ago

I am rerunning CI. I believe it was actually the upstream fsspec release. aicsimageio v4.9.1 fixes that upstream (your bisect)

CI rerun here: https://github.com/AllenCellModeling/napari-aicsimageio/actions/runs/2790743869

tlambert03 commented 2 years ago

ok sounds good! I was actually testing it locally. but if you're on it and ci is passing, all good!

evamaxfield commented 2 years ago

Ah yea. Just upgrade base AICSImageIO to 4.9.1 and it should be back to normal