From 3cb9b53256a43d6d7c9baf7c41a2232b7cec78ed Mon Sep 17 00:00:00 2001 From: Leonardo Pepe <446756+leopepe@users.noreply.github.com> Date: Wed, 30 Apr 2025 15:47:09 +0200 Subject: [PATCH] deps(networkx): supports networkx >= 2.3.X --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8767fbc..aa89079 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ version = "0.3.0" [tool.poetry.dependencies] Automat = "0.8.0" -networkx = "2.3" +networkx = "^2.3" python = "^3.8.5" typing = "^3.7.4"