Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b03f1 commit 0828a91Copy full SHA for 0828a91
2 files changed
INSTALL.rst
@@ -148,7 +148,7 @@ Matplotlib requires the following dependencies:
148
* `setuptools <https://setuptools.readthedocs.io/en/latest/>`_
149
* `cycler <https://matplotlib.org/cycler/>`_ (>= 0.10.0)
150
* `dateutil <https://pypi.org/project/python-dateutil>`_ (>= 2.7)
151
-* `kiwisolver <https://github.com/nucleic/kiwi>`_ (>= 1.0.0)
+* `kiwisolver <https://github.com/nucleic/kiwi>`_ (>= 1.0.1)
152
* `Pillow <https://pillow.readthedocs.io/en/latest/>`_ (>= 6.2)
153
* `pyparsing <https://pypi.org/project/pyparsing/>`_ (>=2.2.1)
154
requirements/testing/travis36minver.txt
@@ -4,3 +4,4 @@ cycler==0.10
4
python-dateutil==2.7
5
numpy==1.16.0
6
pyparsing==2.2.1
7
+kiwisolver==1.0.1
0 commit comments