setup: bump networkx to 3.1 since we now have python 3.8 as min version

This commit is contained in:
Willi Ballenthin
2023-07-05 18:44:12 +02:00
parent 5d1e26a95e
commit dd2d5431a9

View File

@@ -20,7 +20,7 @@ requirements = [
"ida-settings==2.1.0",
"viv-utils[flirt]==0.7.9",
"halo==0.0.31",
"networkx==2.5.1", # newer versions no longer support py3.7.
"networkx==3.1",
"ruamel.yaml==0.17.32",
"vivisect==1.1.1",
"pefile==2023.2.7",