Skip to content

Commit

Permalink
Temporarily require omero-py development branch
Browse files Browse the repository at this point in the history
  • Loading branch information
knabar committed Feb 8, 2024
1 parent ad3ac72 commit 52c84a6
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 @@ -51,7 +51,7 @@ def read(fname):
python_requires=">=3.8",
install_requires=[
# requires Ice (use wheel for faster installs)
"omero-py>=5.7.0",
"omero-py @ git+https://github.com/sbesson/omero-py@future_removal",
# minimum requirements for `omero web start`
"concurrent-log-handler>=0.9.20",
"Django>=4.2.3,<4.3",
Expand Down

0 comments on commit 52c84a6

Please sign in to comment.