Skip to content

Commit

Permalink
Merge pull request #2165 from e2nIEE/fix/igraph_dependency
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
rbolgaryn authored Nov 8, 2023
2 parents f039d23 + dfa5972 commit d8e128e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"deepdiff"],
extras_require={
"docs": ["numpydoc", "sphinx", "sphinx_rtd_theme"],
"plotting": ["plotly", "matplotlib", "igraph", "geopandas", "geojson"],
"plotting": ["plotly", "matplotlib", "python-igraph", "geopandas", "geojson"],
# "shapely", "pyproj" are dependencies of geopandas and so already available;
# "base64", "hashlib", "zlib" produce installing problems, so they are not included
"test": ["pytest<=7.0", "pytest-xdist"],
Expand All @@ -62,7 +62,7 @@
# "fiona" is a depedency of geopandas and so already available
"converter": ["matpowercaseframes"],
"all": ["numpydoc", "sphinx", "sphinx_rtd_theme",
"plotly>=3.1.1", "matplotlib", "igraph", "geopandas", "geojson",
"plotly>=3.1.1", "matplotlib", "python-igraph", "geopandas", "geojson",
"pytest<=7.0", "pytest-xdist",
"ortools", # lightsim2grid,
"xlsxwriter", "openpyxl", "cryptography",
Expand Down

0 comments on commit d8e128e

Please sign in to comment.