Skip to content

Commit

Permalink
pinning to versions of omero-py that have been tested
Browse files Browse the repository at this point in the history
  • Loading branch information
erickmartins committed Apr 29, 2024
1 parent 4d34ef6 commit 3b22bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
url="https://github.com/TheJacksonLaboratory/ezomero",
packages=setuptools.find_packages(),
install_requires=[
'omero-py == 5.19.0',
'omero-py >= 5.13.0, < 5.20.0',
'numpy >= 1.22, < 2.0'
],
extras_require={
Expand Down

0 comments on commit 3b22bbd

Please sign in to comment.