fmicompbio / ez_zarr

GIve easy, high-level access to ome-zarr fileset
https://fmicompbio.github.io/ez_zarr/
MIT License
13 stars 1 forks source link

support for python 3.13 #23

Open csoneson opened 2 days ago

csoneson commented 2 days ago

Python 3.13 was just released - I made a branch (py313) to add this to the tested versions. At the moment, the tests fail - seems to be an issue with scikit-image/regionprops.

mbstadler commented 23 hours ago

Thanks for identifying this issue - I can reproduce it locally. I guess we'll give it a bit of time to see if scikit-image/regionprops fixes this.