Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

omero-py requires Pillow #128

Merged
merged 1 commit into from
Nov 25, 2019
Merged

Conversation

will-moore
Copy link
Member

Add Pillow to the requirements.
This is required by BlitzGateway in several places and we get an error logged if it's not installed. With this change...

$ pip install .
Processing /Users/willadmin/Desktop/PYTHON/omero-py
Collecting zeroc-ice<3.7,>=3.6.4 (from omero-py==5.6.dev6)
Collecting future (from omero-py==5.6.dev6)
  Using cached https://files.pythonhosted.org/packages/45/0b/38b06fd9b92dc2b68d58b75f900e97884c45bedd2ff83203d933cf5851c9/future-0.18.2.tar.gz
Collecting Pillow (from omero-py==5.6.dev6)
  Using cached https://files.pythonhosted.org/packages/85/28/2c72ba965b52884a0bd71e419761fc162763dc2e5d9bec2f3b1949f7272a/Pillow-6.2.1-cp37-cp37m-macosx_10_6_intel.whl
Installing collected packages: zeroc-ice, future, Pillow, omero-py
  Running setup.py install for future ... done
  Running setup.py install for omero-py ... done
Successfully installed Pillow-6.2.1 future-0.18.2 omero-py-5.6.dev6 zeroc-ice-3.6.5

@sbesson
Copy link
Member

sbesson commented Nov 22, 2019

This will conflict/need to be rationalized alongside #114

@joshmoore
Copy link
Member

I'm inclined to get this in as a straight-forward "yup, that's what we intend" and we can go into the longer discussion of pinning, etc. on gh-114.

@joshmoore joshmoore merged commit 1ba7db9 into ome:master Nov 25, 2019
@joshmoore joshmoore added this to the 5.6.0 milestone Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants