diff --git a/pyproject.toml b/pyproject.toml index 241e9ef..6315fb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ requires-python=">=3.8" dependencies = [ "matplotlib>=3.5", - "networkx>=3.0", + "networkx>=3.2.1", "numpy>=1.23", "pyyaml>=3.0", "scipy>=1.10",