Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rbolgaryn authored Nov 2, 2023
1 parent 3544151 commit c87564c
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 @@ -55,7 +55,7 @@
"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"],
"test": ["pytest", "pytest-xdist"],
"performance": ["ortools"], # , "lightsim2grid"],
"pgm": ["power-grid-model-io"],
"fileio": ["xlsxwriter", "openpyxl", "cryptography", "geopandas", "psycopg2"],
Expand Down

0 comments on commit c87564c

Please sign in to comment.