From d7a724d5c3e256612dcf1ce8163bd998f76143af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 05:15:31 +0000 Subject: [PATCH] Update dependency hypernetx to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ebec21af..2c69be66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ all = [ "TopoNetX[doc, dev]", # optional packages that are not required to run the library - "hypernetx ~= 1.2", + "hypernetx ~=2.3", "spharapy" ]