From e79efa55c9a0a99f6ed3d9a731fab28e3948bafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szabolcs=20Horv=C3=A1t?= Date: Fri, 21 Jul 2023 15:29:41 +0200 Subject: [PATCH] change python-igraph to igraph --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 92b5a0c..f8f0a45 100644 --- a/setup.py +++ b/setup.py @@ -33,8 +33,8 @@ Path('requirements.txt').read_text('utf-8').splitlines() ], extras_require=dict( - louvain=['python-igraph', 'louvain>=0.6'], - leiden=['python-igraph', 'leidenalg'], + louvain=['igraph', 'louvain>=0.6'], + leiden=['igraph', 'leidenalg'], bbknn=['bbknn'], combat=['patsy'], doc=['sphinx', 'sphinx_rtd_theme', 'sphinx_autodoc_typehints', 'scanpydoc'],