Merge pull request #26799 from oscargus/kiwiversion · matplotlib/matplotlib@ca52d68 · GitHub
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

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

environment.yml

Lines changed: 2 additions & 2 deletions

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

0 commit comments

Comments
 (0)