diff --git a/requirements.txt b/requirements.txt index f2b7e323..e0036ec8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django==3.1.14 python-dateutil==2.8.2 -networkx==2.8.8 +networkx==3.0 matminer==0.7.8 boto3==1.26.8 docopt==0.6.2 diff --git a/setup.py b/setup.py index 349402bf..2da94134 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown', install_requires=["python-dateutil==2.8.2", - "networkx==2.8.8", + "networkx==3.0", "matplotlib==3.6.2", "matminer==0.7.8", "awscli",