8000 DOC/TST: correctly document the minimum kiwisolver and test · matplotlib/matplotlib@0828a91 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0828a91

Browse files
committed
DOC/TST: correctly document the minimum kiwisolver and test
1 parent 60b03f1 commit 0828a91

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

INSTALL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Matplotlib requires the following dependencies:
148148
* `setuptools <https://setuptools.readthedocs.io/en/latest/>`_
149149
* `cycler <https://matplotlib.org/cycler/>`_ (>= 0.10.0)
150150
* `dateutil <https://pypi.org/project/python-dateutil>`_ (>= 2.7)
151-
* `kiwisolver <https://github.com/nucleic/kiwi>`_ (>= 1.0.0)
151+
* `kiwisolver <https://github.com/nucleic/kiwi>`_ (>= 1.0.1)
152152
* `Pillow <https://pillow.readthedocs.io/en/latest/>`_ (>= 6.2)
153153
* `pyparsing <https://pypi.org/project/pyparsing/>`_ (>=2.2.1)
154154

requirements/testing/travis36minver.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ cycler==0.10
44
python-dateutil==2.7
55
numpy==1.16.0
66
pyparsing==2.2.1
7+
kiwisolver==1.0.1

0 commit comments

Comments
 (0)
0