Skip to content

Commit f499d71

Browse files
committed
Merge branch 'hotfix/ls2g_fix'
2 parents 3df5424 + d05e527 commit f499d71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name='pandapower',
37-
version='2.14.10',
37+
version='2.14.11',
3838
author='Leon Thurner, Alexander Scheidler',
3939
4040
description='An easy to use open source tool for power system modeling, analysis and optimization with a high degree of automation.',
@@ -56,15 +56,15 @@
5656
# "shapely", "pyproj" are dependencies of geopandas and so already available;
5757
# "base64", "hashlib", "zlib" produce installing problems, so they are not included
5858
"test": ["pytest", "pytest-xdist"],
59-
"performance": ["ortools", "numba", "lightsim2grid"],
59+
"performance": ["ortools", "numba", "lightsim2grid~=0.8.1"],
6060
"pgm": ["power-grid-model-io"],
6161
"fileio": ["xlsxwriter", "openpyxl", "cryptography", "geopandas<1.0", "psycopg2"],
6262
# "fiona" is a depedency of geopandas and so already available
6363
"converter": ["matpowercaseframes"],
6464
"all": ["numpydoc", "sphinx", "sphinx_rtd_theme",
6565
"plotly>=3.1.1", "matplotlib<3.9", "igraph", "geopandas<1.0", "geojson",
6666
"pytest~=8.1", "pytest-xdist",
67-
"ortools", # lightsim2grid,
67+
"ortools", "lightsim2grid~=0.8.1",
6868
"xlsxwriter", "openpyxl", "cryptography",
6969
"psycopg2", # for PostgreSQL I/O
7070
"matpowercaseframes",

0 commit comments

Comments
 (0)