Skip to content

Commit

Permalink
DEV: Change python-igraph to igraph for PyPI to fix #43
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Jul 25, 2023
1 parent 88c5163 commit 2a1d99e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["genomics", "bioinformatics"]
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.7"
dependencies = ["python-igraph", "cogent3", "cairocffi", "click"]
dependencies = ["igraph", "cogent3", "cairocffi", "click"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cogent3
python-igraph>=0.7.1
igraph>=0.7.1
cairocffi
click

0 comments on commit 2a1d99e

Please sign in to comment.