Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c684a79

Browse files
authored
Merge pull request #15534 from tacaswell/mnt_bump_pillow
BLD: update pillow dependency
2 parents 8189ef1 + 4a84674 commit c684a79

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements/doc/doc-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ colorspacious
1212
ipython
1313
ipywidgets
1414
numpydoc>=0.8
15-
pillow>=3.4,!=5.4.0
1615
sphinx-gallery>=0.2
1716
sphinx-copybutton

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def run(self):
261261
"cycler>=0.10",
262262
"kiwisolver>=1.0.1",
263263
"numpy>=1.11",
264-
"pillow",
264+
"pillow>=6.2.0",
265265
"pyparsing>=2.0.1,!=2.0.4,!=2.1.2,!=2.1.6",
266266
"python-dateutil>=2.1",
267267
],

0 commit comments

Comments
 (0)