From d63aae646efb651f75accbe98d1304a8d2b27478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szabolcs=20Horv=C3=A1t?= Date: Fri, 13 Oct 2023 12:52:20 +0200 Subject: [PATCH] Allow python-igraph 0.11 as it is still built on C/igraph 0.10, therefore compatible --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d423a751..b6f38a14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ "Topic :: Sociology" ] dependencies = [ - "igraph >= 0.10.0,< 0.11", + "igraph >= 0.10.0,< 0.12", ] dynamic = ["version"]