Skip to content

Commit

Permalink
Changed python-igraph to igraph
Browse files Browse the repository at this point in the history
  • Loading branch information
cboix committed Jul 20, 2024
1 parent 4cdf723 commit c369caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ The full list of dependencies is as follows:
scanpy, anndata,
seaborn, matplotlib,
gprofiler-official,
python-igraph, adjustText,
igraph, adjustText,
numba
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"scanpy", "anndata",
"seaborn", "matplotlib",
"gprofiler-official",
"python-igraph", "adjustText",
"igraph", "adjustText",
"numba"
]

Expand Down

0 comments on commit c369caa

Please sign in to comment.