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.
115
115
========== ======== ======
116
116
Matplotlib Python NumPy
117
117
========== ======== ======
118
- 3.11 3.11 1.23 .0
118
+ 3.11 3.11 1.25 .0
119
119
`3.10 `_ 3.10 1.23.0
120
120
`3.9 `_ 3.9 1.23.0
121
121
`3.8 `_ 3.9 1.21.0
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ reference.
26
26
* `dateutil <https://pypi.org/project/python-dateutil/ >`_ (>= 2.7)
27
27
* `fontTools <https://fonttools.readthedocs.io/en/latest/ >`_ (>= 4.22.0)
28
28
* `kiwisolver <https://github.com/nucleic/kiwi >`_ (>= 1.3.1)
29
- * `NumPy <https://numpy.org >`_ (>= 1.23 )
29
+ * `NumPy <https://numpy.org >`_ (>= 1.25 )
30
30
* `packaging <https://pypi.org/project/packaging/ >`_ (>= 20.0)
31
31
* `Pillow <https://pillow.readthedocs.io/en/latest/ >`_ (>= 9.0)
32
32
* `pyparsing <https://pypi.org/project/pyparsing/ >`_ (>= 3)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies:
20
20
- kiwisolver>=1.3.1
21
21
- pybind11>=2.13.2
22
22
- meson-python>=0.13.1
23
- - numpy
23
+ - numpy>=1.25
24
24
- pillow>=9
25
25
- pkg-config
26
26
- pygobject
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ def _check_versions():
253
253
("cycler" , "0.10" ),
254
254
("dateutil" , "2.7" ),
255
255
("kiwisolver" , "1.3.1" ),
256
- ("numpy" , "1.23 " ),
256
+ ("numpy" , "1.25 " ),
257
257
("pyparsing" , "2.3.1" ),
258
258
]:
259
259
module = importlib .import_module (modname )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies = [
34
34
" cycler >= 0.10" ,
35
35
" fonttools >= 4.22.0" ,
36
36
" kiwisolver >= 1.3.1" ,
37
- " numpy >= 1.23 " ,
37
+ " numpy >= 1.25 " ,
38
38
" packaging >= 20.0" ,
39
39
" pillow >= 9" ,
40
40
" 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
2
2
3
3
--prefer-binary
4
4
ipykernel
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ importlib-resources==3.2.0
7
7
kiwisolver==1.3.2
8
8
meson-python==0.13.1
9
9
meson==1.1.0
10
- numpy==1.23 .0
10
+ numpy==1.25 .0
11
11
packaging==20.0
12
12
pillow==9.0.1
13
13
pyparsing==3.0.0
You can’t perform that action at this time.
0 commit comments