8000 API: bump minimum numpy to 1.25 · matplotlib/matplotlib@1d8d29e · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d8d29e

Browse files
tacaswelldstansby
andcommitted
API: bump minimum numpy to 1.25
Co-authored-by: David Stansby <dstansby@gmail.com>
1 parent 905aab3 commit 1d8d29e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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

lib/matplotlib/__init__.py

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

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/extra.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Extra pip requirements for the Python 3.11+ builds
1+
# Extra pip requirements
22

33
--prefer-binary
44
ipykernel

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)
0