From f0be8267256427e307c5979f4d20dc3e5dc33d04 Mon Sep 17 00:00:00 2001 From: Scott Gigante <84813314+scottgigante-immunai@users.noreply.github.com> Date: Fri, 25 Nov 2022 10:17:38 -0500 Subject: [PATCH] Update louvain to 0.8 (#346) A new version of louvain has been released after quite some time. This PR updates scIB to use the new version, unpinning igraph. Co-authored-by: Michaela Mueller <51025211+mumichae@users.noreply.github.com> --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 927cb2f4..722a1d40 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,11 +56,11 @@ install_requires = scipy scikit-learn scikit-misc - louvain + louvain>=0.8 leidenalg umap-learn pydot - igraph<0.10 + igraph>=0.10 llvmlite deprecated zip_safe = False