Skip to content

Commit

Permalink
pinning to versions of omero-py that have been tested (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickmartins committed Apr 30, 2024
1 parent 4d34ef6 commit 6ac69b9
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 6ac69b9

Please sign in to comment.