We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255df0f commit b5fa54dCopy full SHA for b5fa54d
pyproject.toml
@@ -46,8 +46,10 @@ dependencies = [
46
"argcomplete==3.6.2",
47
"defusedxml==0.7.1",
48
"jsonschema==4.24.0",
49
- "matplotlib==3.9.4",
50
- "numpy==2.0.2",
+ "matplotlib==3.9.4; python_version < '3.10'",
+ "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'",
53
"pillow==11.3.0",
54
"pip_system_certs==4.0",
55
"platformdirs==4.3.8",
0 commit comments