Skip to content

Commit 63ff8ef

Browse files
committed
Update requirements
1 parent 84d3f1c commit 63ff8ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ dependencies = [
4646
"importlib-resources==6.0.1; python_version < '3.9'",
4747
"lxml==5.4.0",
4848
"networkx==3.2.1; python_version < '3.10'",
49-
"networkx==3.5; python_version > '3.9'",
49+
"networkx==3.4.2; python_version == '3.10'",
50+
"networkx==3.5; python_version > '3.10'",
5051
"pefile==2024.8.26",
5152
"pillow==11.2.1",
5253
"promise==2.3",

0 commit comments

Comments
 (0)