Skip to content

Commit

Permalink
Revert "Update setup.py"
Browse files Browse the repository at this point in the history
  • Loading branch information
rbolgaryn authored Nov 17, 2023
1 parent 05f5304 commit 85e24e0
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", "python-igraph", "geopandas", "geojson"],
"plotting": ["plotly", "matplotlib", "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", "python-igraph", "geopandas", "geojson",
"plotly>=3.1.1", "matplotlib", "igraph", "geopandas", "geojson",
"pytest<=7.0", "pytest-xdist",
"ortools", # lightsim2grid,
"xlsxwriter", "openpyxl", "cryptography",
Expand Down

0 comments on commit 85e24e0

Please sign in to comment.