From 9e8425833c5d0cc34143d49881ce71b94df43974 Mon Sep 17 00:00:00 2001 From: Anil Ozyalcin Date: Fri, 23 Aug 2024 11:02:25 -0700 Subject: [PATCH] removed fixing pillow to 9.5.0 (#1422) Update pillow to latest version so it can handle opening jpg images. --- Dockerfile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.tmpl b/Dockerfile.tmpl index d1f2ee39..8b3c3382 100644 --- a/Dockerfile.tmpl +++ b/Dockerfile.tmpl @@ -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 \