ome / openmicroscopy

OME (Open Microscopy Environment) develops open-source software and data format standards for the storage and manipulation of biological light microscopy data. A joint project between universities, research establishments and industry in Europe and the USA, OME has over 20 active researchers with strong links to the microscopy community. Funded by private and public research grants, OME has been a major force on the international microscopy stage since 2000.
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
191 stars 100 forks source link

Unpin numpy<2 #6392

Open joshmoore opened 2 weeks ago

joshmoore commented 2 weeks ago

Using an issue on this repo as a high-level

cc: @jburel @will-moore @sbesson

sbesson commented 2 weeks ago

For reference the migration guide has been published. Learning from the NumPy 2.0.0 story, I suspect the next iteration should probably be numpy<2 -> numpy<3 rather than completely unpinning the dependency

joshmoore commented 2 weeks ago

:+1: on the pinning to the next major. Might also be worth keeping an eye on https://github.com/scientific-python/specs/issues/217