From 2af9eff337b4b66729235efa447853ba0565c7e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=96=96=20Randall=20Hunt=F0=9F=96=96?= Date: Tue, 9 Feb 2021 19:01:47 -0800 Subject: [PATCH] bump pillow version to 8.1.0 --- .jenkins/build.sh | 4 +--- requirements.txt | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.jenkins/build.sh b/.jenkins/build.sh index a53664f5a8f..1e1a06f7ee9 100755 --- a/.jenkins/build.sh +++ b/.jenkins/build.sh @@ -32,9 +32,7 @@ python -m spacy download de # PyTorch Theme rm -rf src pip install -e git+git://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme -# pillow >= 4.2 will throw error when trying to write mode RGBA as JPEG, -# this is a workaround to the issue. -pip install sphinx-gallery==0.3.1 tqdm matplotlib ipython pillow==4.1.1 +pip install sphinx-gallery==0.3.1 tqdm matplotlib ipython pillow==8.1.0 aws configure set default.s3.multipart_threshold 5120MB diff --git a/requirements.txt b/requirements.txt index 53e3d8aa87e..83b64c00064 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,9 +25,7 @@ ipython # to run examples pandas scikit-image -# pillow >= 4.2 will throw error when trying to write mode RGBA as JPEG, -# this is a workaround to the issue. -pillow==7.1.0 +pillow==8.1.0 wget gym gym-super-mario-bros==7.3.0