8000 DOC: forbid a buggy version of pillow for building docs · matplotlib/matplotlib@20fbc4c · GitHub
[go: up one dir, main page]

Skip to content

Commit 20fbc4c

Browse files
committed
DOC: forbid a buggy version of pillow for building docs
closes #13079
1 parent ea1cb13 commit 20fbc4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ colorspacious
1111
ipython
1212
ipywidgets
1313
numpydoc>=0.8
14-
pillow>=3.4,<5.4
14+
pillow>=3.4,!=5.4.0
1515
sphinx-gallery>=0.2
1616
sphinx-copybutton

0 commit comments

Comments
 (0)
0