From 093e96ae73df983aacfa46b6ca42061e5b264f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:10:16 +0000 Subject: [PATCH] Update networkx requirement from <3.4,>=2.5 to >=2.5,<3.5 (#1579) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd389a9eb..9674b4b14 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ "python-stdnum >= 1.16, < 2.0.0", "pytz >= 2021.1", "rdflib >= 6.2.0, < 7.2.0", - "networkx >= 2.5, < 3.4", + "networkx >= 2.5, < 3.5", "openpyxl >= 3.0.5, < 4.0.0", "orjson >= 3.7, < 4.0", ],