FYI [this issue](https://github.com/AllenCellModeling/aicsimageio/issues/495) may cause trouble to this package. Because it uses `aicsimageio[all]` https://github.com/AllenCellModeling/napari-aicsimageio/blob/main/pyproject.toml#L48 the wrong version of `tifffile` is installed, leading to bugs. ## Description Reading a Tiff file fails. I had to use the `napari-builtins` to read it. ## Expected Behavior Open a Tiff. ## Reproduction `python -m napari "https://people.math.sc.edu/Burkardt/data/tif/at3_1m4_01.tif"` ## Environment I have the latest version of `aicsimageio`.
FYI this issue may cause trouble to this package.
Because it uses
aicsimageio[all]https://github.com/AllenCellModeling/napari-aicsimageio/blob/main/pyproject.toml#L48
the wrong version of
tifffileis installed, leading to bugs.Description
Reading a Tiff file fails. I had to use the
napari-builtinsto read it.Expected Behavior
Open a Tiff.
Reproduction
python -m napari "https://people.math.sc.edu/Burkardt/data/tif/at3_1m4_01.tif"Environment
I have the latest version of
aicsimageio.