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

Skip to content

Commit ca52d68

Browse files
authored
Merge pull request #26799 from oscargus/kiwiversion
Update kiwisolver and pillow versions to be consistent with requirements
2 parents 538bd83 + 5be91be commit ca52d68

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ dependencies:
1414
- cycler>=0.10.0
1515
- fonttools>=4.22.0
1616
- importlib-resources>=3.2.0
17-
- kiwisolver>=1.0.1
17+
- kiwisolver>=1.3.1
1818
- numpy>=1.21
19-
- pillow>=6.2
19+
- pillow>=8
2020
- pybind11>=2.6.0
2121
- pygobject
2222
- pyparsing>=2.3.1

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def _check_versions():
246246
for modname, minver in [
247247
("cycler", "0.10"),
248248
("dateutil", "2.7"),
249-
("kiwisolver", "1.0.1"),
249+
("kiwisolver", "1.3.1"),
250250
("numpy", "1.21"),
251251
("pyparsing", "2.3.1"),
252252
]:

requirements/testing/mypy.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ sphinx
1717
contourpy>=1.0.1
1818
cycler>=0.10
1919
fonttools>=4.22.0
20-
kiwisolver>=1.0.1
20+
kiwisolver>=1.3.1
2121
numpy>=1.19
2222
packaging>=20.0
23-
pillow>=6.2.0
23+
pillow>=8
2424
pyparsing>=2.3.1
2525
python-dateutil>=2.7
2626
setuptools_scm>=7

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,10 @@ def make_release_tree(self, base_dir, files):
332332
"contourpy>=1.0.1",
333333
"cycler>=0.10",
334334
"fonttools>=4.22.0",
335-
"kiwisolver>=1.0.1",
335+
"kiwisolver>=1.3.1",
336336
"numpy>=1.21",
337337
"packaging>=20.0",
338-
"pillow>=6.2.0",
338+
"pillow>=8",
339339
"pyparsing>=2.3.1",
340340
"python-dateutil>=2.7",
341341
] + (

0 commit comments

Comments
 (0)