Skip to content

Commit

Permalink
removed fixing pillow to 9.5.0 (#1422)
Browse files Browse the repository at this point in the history
Update pillow to latest version so it can handle opening jpg images.
  • Loading branch information
aeozyalcin authored Aug 23, 2024
1 parent 846647d commit 9e84258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ RUN pip install bleach \
pexpect \
pickleshare \
# TODO(b/290035631) unpin when EasyOCR did a release.
Pillow==9.5.0 && \
Pillow && \
# Install openslide and its python binding
apt-get install -y openslide-tools && \
pip install openslide-python \
Expand Down

0 comments on commit 9e84258

Please sign in to comment.