We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d3f1c commit 63ff8efCopy full SHA for 63ff8ef
pyproject.toml
@@ -46,7 +46,8 @@ dependencies = [
46
"importlib-resources==6.0.1; python_version < '3.9'",
47
"lxml==5.4.0",
48
"networkx==3.2.1; python_version < '3.10'",
49
- "networkx==3.5; python_version > '3.9'",
+ "networkx==3.4.2; python_version == '3.10'",
50
+ "networkx==3.5; python_version > '3.10'",
51
"pefile==2024.8.26",
52
"pillow==11.2.1",
53
"promise==2.3",
0 commit comments