Skip to content

Commit b5fa54d

Browse files
committed
chore(deps): Update matplotlib and numpy
1 parent 255df0f commit b5fa54d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ dependencies = [
4646
"argcomplete==3.6.2",
4747
"defusedxml==0.7.1",
4848
"jsonschema==4.24.0",
49-
"matplotlib==3.9.4",
50-
"numpy==2.0.2",
49+
"matplotlib==3.9.4; python_version < '3.10'",
50+
"matplotlib==3.10.3; python_version >= '3.10'",
51+
"numpy==2.0.2; python_version < '3.13'",
52+
"numpy==2.2.2; python_version >= '3.13'",
5153
"pillow==11.3.0",
5254
"pip_system_certs==4.0",
5355
"platformdirs==4.3.8",

0 commit comments

Comments
 (0)