File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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]
4444requires-python = " >=3.10"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ meson==1.1.0
1010numpy==1.23.0
1111packaging==20.0
1212pillow==9.0.1
13- pyparsing==2.3.1
13+ pyparsing==3.0.0
1414pytest==7.0.0
1515python-dateutil==2.7
1616
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ fonttools>=4.22.0
2020kiwisolver>=1.3.1
2121packaging>=20.0
2222pillow>=9
23- pyparsing>=2.3.1
23+ pyparsing>=3
2424python-dateutil>=2.7
2525setuptools_scm>=7
2626setuptools>=64
You can’t perform that action at this time.
0 commit comments