Skip to content

Commit e3d047b

Browse files
cclaussamilcarlucas
authored andcommitted
Upgrade: numpy==2.3.4; python_version >= '3.13'
https://numpy.org/doc/stable/release/2.3.0-notes.html > The NumPy 2.3.0 release continues the work to improve free threaded Python support and annotations together with the usual set of bug fixes. Signed-off-by: Christian Clauss <cclauss@me.com>
1 parent dddd971 commit e3d047b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
5151
"matplotlib==3.10.3; python_version >= '3.10' and python_version < '3.14'",
5252
"matplotlib==3.10.7; python_version >= '3.14'",
5353
"numpy==2.0.2; python_version < '3.13'",
54-
"numpy==2.2.2; python_version >= '3.13'",
54+
"numpy==2.3.4; python_version >= '3.13'",
5555
"pillow==11.3.0",
5656
"pip_system_certs==4.0",
5757
"platformdirs==4.4.0",

0 commit comments

Comments
 (0)