File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ specification of the dependencies.
115115========== ======== ======
116116Matplotlib Python NumPy
117117========== ======== ======
118- 3.11 3.11 1.23 .0
118+ 3.11 3.11 1.25 .0
119119`3.10 `_ 3.10 1.23.0
120120`3.9 `_ 3.9 1.23.0
121121`3.8 `_ 3.9 1.21.0
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ reference.
2626* `dateutil <https://pypi.org/project/python-dateutil/ >`_ (>= 2.7)
2727* `fontTools <https://fonttools.readthedocs.io/en/latest/ >`_ (>= 4.22.0)
2828* `kiwisolver <https://github.com/nucleic/kiwi >`_ (>= 1.3.1)
29- * `NumPy <https://numpy.org >`_ (>= 1.23 )
29+ * `NumPy <https://numpy.org >`_ (>= 1.25 )
3030* `packaging <https://pypi.org/project/packaging/ >`_ (>= 20.0)
3131* `Pillow <https://pillow.readthedocs.io/en/latest/ >`_ (>= 9.0)
3232* `pyparsing <https://pypi.org/project/pyparsing/ >`_ (>= 3)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies:
2020 - kiwisolver>=1.3.1
2121 - pybind11>=2.13.2
2222 - meson-python>=0.13.1
23- - numpy
23+ - numpy>=1.25
2424 - pillow>=9
2525 - pkg-config
2626 - pygobject
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ def _check_versions():
253253 ("cycler" , "0.10" ),
254254 ("dateutil" , "2.7" ),
255255 ("kiwisolver" , "1.3.1" ),
256- ("numpy" , "1.23 " ),
256+ ("numpy" , "1.25 " ),
257257 ("pyparsing" , "2.3.1" ),
258258 ]:
259259 module = importlib .import_module (modname )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies = [
3434 " cycler >= 0.10" ,
3535 " fonttools >= 4.22.0" ,
3636 " kiwisolver >= 1.3.1" ,
37- " numpy >= 1.23 " ,
37+ " numpy >= 1.25 " ,
3838 " packaging >= 20.0" ,
3939 " pillow >= 9" ,
4040 " pyparsing >= 3" ,
Original file line number Diff line number Diff line change 1- # Extra pip requirements for the Python 3.11+ builds
1+ # Extra pip requirements
22
33--prefer-binary
44ipykernel
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ importlib-resources==3.2.0
77kiwisolver==1.3.2
88meson-python==0.13.1
99meson==1.1.0
10- numpy==1.23 .0
10+ numpy==1.25 .0
1111packaging==20.0
1212pillow==9.0.1
1313pyparsing==3.0.0
You can’t perform that action at this time.
0 commit comments