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

pinning to versions of omero-py that have been tested #104

Closed erickmartins closed 6 months ago

erickmartins commented 6 months ago

Description

This PR changes our approach to defining omero-py versions to be much more permissive. I have tested current ezomero version all the way back to omero-py=5.9.0 and tests pass, but I'm being conservative and pinning to >=5.13.0, <5.22.0.

For reviewers

erickmartins commented 6 months ago

This fixes #103.