Skip to content

Commit

Permalink
Merge branch 'hotfix/ls2g_fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
vogt31337 committed Aug 7, 2024
2 parents 3df5424 + d05e527 commit f499d71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='pandapower',
version='2.14.10',
version='2.14.11',
author='Leon Thurner, Alexander Scheidler',
author_email='[email protected], [email protected]',
description='An easy to use open source tool for power system modeling, analysis and optimization with a high degree of automation.',
Expand All @@ -56,15 +56,15 @@
# "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", "numba", "lightsim2grid"],
"performance": ["ortools", "numba", "lightsim2grid~=0.8.1"],
"pgm": ["power-grid-model-io"],
"fileio": ["xlsxwriter", "openpyxl", "cryptography", "geopandas<1.0", "psycopg2"],
# "fiona" is a depedency of geopandas and so already available
"converter": ["matpowercaseframes"],
"all": ["numpydoc", "sphinx", "sphinx_rtd_theme",
"plotly>=3.1.1", "matplotlib<3.9", "igraph", "geopandas<1.0", "geojson",
"pytest~=8.1", "pytest-xdist",
"ortools", # lightsim2grid,
"ortools", "lightsim2grid~=0.8.1",
"xlsxwriter", "openpyxl", "cryptography",
"psycopg2", # for PostgreSQL I/O
"matpowercaseframes",
Expand Down

0 comments on commit f499d71

Please sign in to comment.