diff --git a/requirements.txt b/requirements.txt index 8ac2853..fda6d0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -networkx==2.6.3 +networkx==3.1 matplotlib==3.5.3 diff --git a/setup.cfg b/setup.cfg index fa1db3f..06fc803 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ classifiers = python_requires = >=3.7 packages = find: install_requires = - networkx==2.6.3 # networkx 2.6.3 is the last version that supports python 3.7 + networkx==3.1 # networkx 2.6.3 is the last version that supports python 3.7 matplotlib==3.5.3 # 3.6 gives "'_AxesStack' object is not callable" error with networkx 2.6 [options.entry_points]