mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 07:10:29 -08:00
setup: bump networkx to 3.1 since we now have python 3.8 as min version
This commit is contained in:
2
setup.py
2
setup.py
@@ -20,7 +20,7 @@ requirements = [
|
|||||||
"ida-settings==2.1.0",
|
"ida-settings==2.1.0",
|
||||||
"viv-utils[flirt]==0.7.9",
|
"viv-utils[flirt]==0.7.9",
|
||||||
"halo==0.0.31",
|
"halo==0.0.31",
|
||||||
"networkx==2.5.1", # newer versions no longer support py3.7.
|
"networkx==3.1",
|
||||||
"ruamel.yaml==0.17.32",
|
"ruamel.yaml==0.17.32",
|
||||||
"vivisect==1.1.1",
|
"vivisect==1.1.1",
|
||||||
"pefile==2023.2.7",
|
"pefile==2023.2.7",
|
||||||
|
|||||||
Reference in New Issue
Block a user