From 80529c6b7a1747e8e71042102ac8762c3bfbaa1b Mon Sep 17 00:00:00 2001 From: Benjamin Rombaut Date: Mon, 6 May 2024 19:29:56 +0200 Subject: [PATCH] rename python-igraph to igraph --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 87ec6c4..df35856 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "readfcs", "pytometry", "scikit-learn", - "python-igraph", + "igraph", "session-info", "numba", "scanpy",