Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit bdb618d

Browse files
authored
Update python-igraph dependency (#17)
The package has been renamed to `igraph` and so has the importable module. Package `python-igraph` is now legacy.
1 parent d7b5a1f commit bdb618d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
],
5050
extras_require={
5151
"convert-vtk": DEPS_VTK,
52-
"all": DEPS_VTK + ["python-igraph>=0.8.0"],
52+
"all": DEPS_VTK + ["igraph>=0.8.0"],
5353
"docs": ["sphinx", "sphinx-bluebrain-theme"],
5454
},
5555
packages=find_packages(),

0 commit comments

Comments
 (0)