diff --git a/setup.py b/setup.py index d7190f0ce..247869323 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( name='pandapower', - version='2.14.10', + version='2.14.11', author='Leon Thurner, Alexander Scheidler', author_email='leon.thurner@retoflow.de, alexander.scheidler@iee.fraunhofer.de', description='An easy to use open source tool for power system modeling, analysis and optimization with a high degree of automation.', @@ -56,7 +56,7 @@ # "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 @@ -64,7 +64,7 @@ "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",