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

Skip to content

Commit faf5e3d

Browse files
committed
API: bump minimum numpy to 1.25
1 parent 7eac772 commit faf5e3d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/devel/min_dep_policy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ specification of the dependencies.
115115
========== ======== ======
116116
Matplotlib 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

doc/install/dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

requirements/testing/minver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ importlib-resources==3.2.0
77
kiwisolver==1.3.2
88
meson-python==0.13.1
99
meson==1.1.0
10-
numpy==1.23.0
10+
numpy==1.25.0
1111
packaging==20.0
1212
pillow==9.0.1
1313
pyparsing==3.0.0

0 commit comments

Comments
 (0)