From 4f4bdacf8549cd1907d42eea490eeee552a00a02 Mon Sep 17 00:00:00 2001 From: Eleftherios Zisis Date: Mon, 27 May 2024 09:21:27 +0200 Subject: [PATCH] python-igraph -> igraph --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b7927eb..6b2caa7 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ ], extras_require={ "convert-vtk": DEPS_VTK, - "all": DEPS_VTK + ["python-igraph>=0.8.0"], + "all": DEPS_VTK + ["igraph>=0.8.0"], "docs": ["sphinx", "sphinx-bluebrain-theme"], }, packages=find_packages(),