Skip to content

Commit 9e84258

Browse files
authored
removed fixing pillow to 9.5.0 (#1422)
Update pillow to latest version so it can handle opening jpg images.
1 parent 846647d commit 9e84258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ RUN pip install bleach \
448448
pexpect \
449449
pickleshare \
450450
# TODO(b/290035631) unpin when EasyOCR did a release.
451-
Pillow==9.5.0 && \
451+
Pillow && \
452452
# Install openslide and its python binding
453453
apt-get install -y openslide-tools && \
454454
pip install openslide-python \

0 commit comments

Comments
 (0)