Skip to content

Commit 5721ec0

Browse files
committed
API: bump minimum version of pyparsing to 2.0.3
This prevents an inconsistent test environment because packaging 20.1 requires pyparsing >=2.0.2 Picked 2.0.3 as the change log noted that 2.0.3 fixes a major regression from 2.0.2.
1 parent 7d10cb6 commit 5721ec0

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
@@ -114,7 +114,7 @@ Matplotlib requires the following dependencies:
114114
* `dateutil <https://pypi.org/project/python-dateutil>`_ (>= 2.1)
115115
* `kiwisolver <https://github.com/nucleic/kiwi>`_ (>= 1.0.0)
116116
* `Pillow <https://pillow.readthedocs.io/en/latest/>`_ (>= 6.2)
117-
* `pyparsing <https://pyparsing.wikispaces.com/>`_
117+
* `pyparsing <https://pyparsing.wikispaces.com/>`_ (>=2.0.3)
118118

119119
Optionally, you can also install a number of packages to enable better user
120120
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.1
55
numpy==1.15.0
6-
pyparsing==2.0.1
6+
pyparsing==2.0.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def run(self):
262262
"kiwisolver>=1.0.1",
263263
"numpy>=1.15",
264264
"pillow>=6.2.0",
265-
"pyparsing>=2.0.1,!=2.0.4,!=2.1.2,!=2.1.6",
265+
"pyparsing>=2.0.3,!=2.0.4,!=2.1.2,!=2.1.6",
266266
"python-dateutil>=2.1",
267267
],
268268

0 commit comments

Comments
 (0)