Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.14.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
vogt31337 committed Mar 27, 2024
2 parents de9db34 + bb6805d commit 217b73b
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 @@ -56,14 +56,14 @@
# "shapely", "pyproj" are dependencies of geopandas and so already available;
# "base64", "hashlib", "zlib" produce installing problems, so they are not included
"test": ["pytest", "pytest-xdist"],
"performance": ["ortools"], # , "lightsim2grid"],
"performance": ["ortools", "numba", "lightsim2grid"],
"pgm": ["power-grid-model-io"],
"fileio": ["xlsxwriter", "openpyxl", "cryptography", "geopandas", "psycopg2"],
# "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",
"pytest~=7.0", "pytest-xdist",
"pytest~=8.1", "pytest-xdist",
"ortools", # lightsim2grid,
"xlsxwriter", "openpyxl", "cryptography",
"psycopg2", # for PostgreSQL I/O
Expand Down

0 comments on commit 217b73b

Please sign in to comment.