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

Skip to content

Commit e5d036d

Browse files
committed
Bump minimum pyparsing version
1 parent a3aad58 commit e5d036d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/install/dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ reference.
2929
* `NumPy <https://numpy.org>`_ (>= 1.23)
3030
* `packaging <https://pypi.org/project/packaging/>`_ (>= 20.0)
3131
* `Pillow <https://pillow.readthedocs.io/en/latest/>`_ (>= 9.0)
32-
* `pyparsing <https://pypi.org/project/pyparsing/>`_ (>= 2.3.1)
32+
* `pyparsing <https://pypi.org/project/pyparsing/>`_ (>= 3)
3333

3434

3535
.. _optional_dependencies:

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
- pillow>=9
2525
- pkg-config
2626
- pygobject
27-
- pyparsing>=2.3.1
27+
- pyparsing>=3
2828
- pyqt
2929
- python>=3.10
3030
- python-dateutil>=2.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"numpy >= 1.23",
3939
"packaging >= 20.0",
4040
"pillow >= 9",
41-
"pyparsing >= 2.3.1",
41+
"pyparsing >= 3",
4242
"python-dateutil >= 2.7",
4343
]
4444
requires-python = ">=3.10"

requirements/testing/minver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ meson==1.1.0
1010
numpy==1.23.0
1111
packaging==20.0
1212
pillow==9.0.1
13-
pyparsing==2.3.1
13+
pyparsing==3.0.0
1414
pytest==7.0.0
1515
python-dateutil==2.7
1616

requirements/testing/mypy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fonttools>=4.22.0
2020
kiwisolver>=1.3.1
2121
packaging>=20.0
2222
pillow>=9
23-
pyparsing>=2.3.1
23+
pyparsing>=3
2424
python-dateutil>=2.7
2525
setuptools_scm>=7
2626
setuptools>=64

0 commit comments

Comments
 (0)