Skip to content

Commit

Permalink
Update python-igraph dependency (#17)
Browse files Browse the repository at this point in the history
The package has been renamed to `igraph` and so has the importable
module. Package `python-igraph` is now legacy.
  • Loading branch information
penguinpee authored May 27, 2024
1 parent d7b5a1f commit bdb618d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
],
extras_require={
"convert-vtk": DEPS_VTK,
"all": DEPS_VTK + ["python-igraph>=0.8.0"],
"all": DEPS_VTK + ["igraph>=0.8.0"],
"docs": ["sphinx", "sphinx-bluebrain-theme"],
},
packages=find_packages(),
Expand Down

0 comments on commit bdb618d

Please sign in to comment.