From 368ce09a94c38f89aa245d7d9682706e4af6443e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szabolcs=20Horv=C3=A1t?= Date: Tue, 4 Jun 2024 22:52:23 +0000 Subject: [PATCH] Replace python-igraph dependency with igraph --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a16d59..f95433b 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "ipycanvas==0.13.1", "ipywidgets==8.0.6", "PySide6<=6.4.3", - "python-igraph>=0.10.5", + "igraph>=0.10.5", "requests>=2.31.0", "pyqtgraph>=0.13.3", "tensorflow==2.14.0"