TheJacksonLaboratory / ezomero

A module with convenience functions for writing Python code that interacts with OMERO.
GNU General Public License v2.0
39 stars 13 forks source link

Upper-bound numpy to <2.0 #83

Closed erickmartins closed 1 year ago

erickmartins commented 1 year ago

With numpy 2.0 now imminent, we should keep ezomero with numpy<2.0 for the moment until we have time to see what the impact would be and what would need fixing.

erickmartins commented 1 year ago

included in #85.