diff --git a/docs/source/usage.rst b/docs/source/usage.rst index c61abe4..ab17e36 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -40,5 +40,5 @@ The full list of dependencies is as follows: scanpy, anndata, seaborn, matplotlib, gprofiler-official, - python-igraph, adjustText, + igraph, adjustText, numba diff --git a/pyproject.toml b/pyproject.toml index b992f25..6f61628 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "scanpy", "anndata", "seaborn", "matplotlib", "gprofiler-official", - "python-igraph", "adjustText", + "igraph", "adjustText", "numba" ]