Skip to content

ngff-zarr==0.10.0 breaks bioio #78

@TimMonko

Description

@TimMonko

Describe the Bug

ngff-zarr released an update to 0.10.0 two days ago.

In PR#109 the ngff-zarr.zarr_metadata module is renamed to ngff-zarr.v04.zarr_metadata. Not sure the motivation to rename the module (besides some support for v05 that I'm not reading in to). But, I assume your CI is about to break (as did my own tests).

Pinning ngff-zarr<0.10.0 solves the issue.

e.g.:

  .tox/py310-linux/lib/python3.10/site-packages/bioio/writers/ome_zarr_writer_2.py:11: in <module>
      from ngff_zarr.zarr_metadata import Axis, Dataset, Metadata, Scale, Translation
  E   ModuleNotFoundError: No module named 'ngff_zarr.zarr_metadata'

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions