Skip to content

Commit

Permalink
setup.py requires ome-zarr>=0.3a1
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Jan 25, 2022
1 parent b4ab862 commit adbe8f5
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 @@ -35,7 +35,7 @@ def get_long_description() -> str:
author="The Open Microscopy Team",
author_email="",
python_requires=">=3",
install_requires=["omero-py>=5.6.0", "ome-zarr>=0.2.0"],
install_requires=["omero-py>=5.6.0", "ome-zarr>=0.3a1"],
long_description=long_description,
keywords=["OMERO.CLI", "plugin"],
url="https://github.com/ome/omero-cli-zarr/",
Expand Down

0 comments on commit adbe8f5

Please sign in to comment.