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

Skip to content

Commit cfccfb8

Browse files
committed
MNT: bump minimum pyparsing to 2.2.1
This is released in Sept 2018 and is the earliest version to not warn due to the collections -> collections.abc change in CPython.
1 parent dd61ed1 commit cfccfb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

INSTALL.rst

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

155155
Optionally, you can also install a number of packages to enable better user
156156
interface toolkits. See :ref:`what-is-a-backend` for more details on the

requirements/testing/travis36minver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
cycler==0.10
44
python-dateutil==2.7
55
numpy==1.15.0
6-
pyparsing==2.0.3
6+
pyparsing==2.2.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def build_extensions(self):
282282
"kiwisolver>=1.0.1",
283283
"numpy>=1.15",
284284
"pillow>=6.2.0",
285-
"pyparsing>=2.0.3,!=2.0.4,!=2.1.2,!=2.1.6",
285+
"pyparsing>=2.2.1",
286286
"python-dateutil>=2.7",
287287
],
288288

0 commit comments

Comments
 (0)