From 54af53e3beb4d8f2b048c2dd8c63c97223305c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:06:07 +0000 Subject: [PATCH 1/2] build(deps): bump igraph from 0.10.8 to 0.11.3 Bumps [igraph](https://github.com/igraph/python-igraph) from 0.10.8 to 0.11.3. - [Release notes](https://github.com/igraph/python-igraph/releases) - [Changelog](https://github.com/igraph/python-igraph/blob/main/CHANGELOG.md) - [Commits](https://github.com/igraph/python-igraph/compare/0.10.8...0.11.3) --- updated-dependencies: - dependency-name: igraph dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0ceced59..16bf7c00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ KDEpy==1.1.8 h5py==3.10.0 -igraph==0.10.8 +igraph==0.11.3 leidenalg==0.10.1 louvain==0.8.1 mudata==0.2.3 From 676734ae2ba77cefda90545043f789c3fd9560f4 Mon Sep 17 00:00:00 2001 From: RemyLau Date: Mon, 22 Jan 2024 13:39:58 -0500 Subject: [PATCH 2/2] update to leidenalg 0.10.2 to lift igraph version restriction --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 16bf7c00..186acc53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ KDEpy==1.1.8 h5py==3.10.0 igraph==0.11.3 -leidenalg==0.10.1 +leidenalg==0.10.2 louvain==0.8.1 mudata==0.2.3 networkx==3.1; python_version < "3.9"