From 53108c70827242c458bcedfd076988fb205d48ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szabolcs=20Horv=C3=A1t?= Date: Fri, 21 Jul 2023 15:59:53 +0200 Subject: [PATCH] change python-igraph to igraph --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8c918d8..d5e4c68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ adjustText = "*" anndata = ">=0.7.5" black = {version = ">=20.8b1", optional = true} flake8 = {version = ">=3.7.7", optional = true} +igraph = {version = "*", optional = true} importlib-metadata = {version = "^1.0", python = "<3.8"} ipython = {version = ">=7.1.1", optional = true} isort = {version = ">=5.7", optional = true} @@ -49,7 +50,6 @@ pre-commit = {version = ">=2.7.1", optional = true} pydata-sphinx-theme = {version = ">=0.4.0", optional = true} pytest = {version = ">=4.4", optional = true} python = ">=3.8,<4.0" -python-igraph = {version = "*", optional = true} scanpy = ">=1.6" scanpydoc = {version = ">=0.5", optional = true} scikit-misc = {version = ">=0.1.3", optional = true} @@ -73,7 +73,7 @@ docs = [ "sphinx-autodoc-typehints", "sphinx-material", ] -tutorials = ["leidenalg", "python-igraph", "loompy", "scikit-misc"] +tutorials = ["leidenalg", "igraph", "loompy", "scikit-misc"] [tool.poetry.dev-dependencies]