Skip to content

Commit

Permalink
change python-igraph to igraph
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat authored and Jeff1995 committed Jul 21, 2023
1 parent 3d8c422 commit 4059f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4059f09

Please sign in to comment.