From 4059f09f7f579698d7e8eda7d1c12e7bde0080b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szabolcs=20Horv=C3=A1t?= Date: Fri, 21 Jul 2023 16:04:49 +0200 Subject: [PATCH] change python-igraph to igraph --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31dac55..54824a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "tqdm>=4.12.0", # deprecation warning in the sys module "pandas>=0.21.0", # optional, anndata requirement "h5py>=2.7.0", # optional, anndata requirement - "python-igraph>=0.7.1", # only version on conda at the time of packaging + "igraph>=0.7.1", "pronto>=0.10.2,<=0.12.2", # minimal version supporting python 3.6 "seaborn>=0.9.0", # minimal version supporting sns.scatterplot "umap-learn>=0.2.1", # scipy.sparse.csgraph issue