Skip to content

Commit 61aea38

Browse files
committed
Backport PR #26799: Update kiwisolver and pillow versions to be consistent with requirements
Merge pull request #26799 from oscargus/kiwiversion Update kiwisolver and pillow versions to be consistent with requirements (cherry picked from commit ca52d68) Conflict was because numpy is pinned to `<2` on the release branch but not on main
1 parent 0729415 commit 61aea38

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

environment.yml

+2-2
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

+1-1
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

+2-2
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

+2-2
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,<2",
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)