File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,7 @@ python -m spacy download de
3232# PyTorch Theme
3333rm -rf src
3434pip install -e git+git://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
35- # pillow >= 4.2 will throw error when trying to write mode RGBA as JPEG,
36- # this is a workaround to the issue.
37- pip install sphinx-gallery==0.3.1 tqdm matplotlib ipython pillow==4.1.1
35+ pip install sphinx-gallery==0.3.1 tqdm matplotlib ipython pillow==8.1.0
3836
3937aws configure set default.s3.multipart_threshold 5120MB
4038
Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ ipython
2525# to run examples
2626pandas
2727scikit-image
28- # pillow >= 4.2 will throw error when trying to write mode RGBA as JPEG,
29- # this is a workaround to the issue.
30- pillow == 7.1.0
28+ pillow == 8.1.0
3129wget
3230gym
3331gym-super-mario-bros == 7.3.0
You can’t perform that action at this time.
0 commit comments