bioio-devs / bioio

Image reading, metadata management, and image writing for Microscopy images in Python
https://bioio-devs.github.io/bioio/OVERVIEW.html
BSD 3-Clause "New" or "Revised" License
58 stars 4 forks source link

remove zarr<2.18.0 constraint #53

Closed toloudis closed 2 months ago

toloudis commented 4 months ago

Feature Description

Tests were failing on #48 because of more recent zarr versions so I had to pin to pre-2.18. Ideally this should not be a constraint.

Use Case

We want to be able to take advantage of all the fixes and improvements that come with new zarr releases!

Solution

Unpin to zarr<3 and eventually allow v3 support too

SeanLeRoy commented 2 months ago

Resolved as of now