diff --git a/pyproject.toml b/pyproject.toml index 3cd4c87..8378df4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ dependencies = [ 'numpy >= 1.16.0', 'scipy >= 1.2.0', - 'networkx >= 2.8.3', + 'networkx >= 3.2.1', 'importlib-resources; python_version<"3.9"', ]