From 89eefab1a181407b60d324b2d427bd925fbe9755 Mon Sep 17 00:00:00 2001 From: Vincent Traag Date: Fri, 12 Jan 2024 15:40:23 +0100 Subject: [PATCH 1/2] Upgrade: Allow also python-igraph 0.11 --- 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"] From 0f5fce2eda5a80b99765dd0caf6d73ac27142cf2 Mon Sep 17 00:00:00 2001 From: Vincent Traag Date: Fri, 12 Jan 2024 15:40:44 +0100 Subject: [PATCH 2/2] Upgrade: Use igraph C core 0.10.8 --- scripts/build_igraph.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_igraph.bat b/scripts/build_igraph.bat index 4cae6113..75da0014 100755 --- a/scripts/build_igraph.bat +++ b/scripts/build_igraph.bat @@ -1,6 +1,6 @@ @echo off -set IGRAPH_VERSION=0.10.4 +set IGRAPH_VERSION=0.10.8 set ROOT_DIR=%cd% echo Using root dir %ROOT_DIR%