diff --git a/setup.py b/setup.py index 60b8b65..792b4a0 100755 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ def read(fname): url="https://github.com/TheJacksonLaboratory/omero-cli-transfer", install_requires=[ 'ezomero>=2.1.0, <3.0.0', - 'ome-types>=0.4.5,<0.5.0' + 'ome-types>=0.5.0,<0.6.0' ], extras_require={ "rocrate": ["rocrate==0.7.0"],