Skip to content

Commit

Permalink
Update louvain to 0.8 (#346)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
scottgigante-immunai and mumichae authored Nov 25, 2022
1 parent ddf1c9e commit f0be826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0be826

Please sign in to comment.