|
34 | 34 |
|
35 | 35 | setup(
|
36 | 36 | name='pandapower',
|
37 |
| - version='2.14.10', |
| 37 | + version='2.14.11', |
38 | 38 | author='Leon Thurner, Alexander Scheidler',
|
39 | 39 |
|
40 | 40 | description='An easy to use open source tool for power system modeling, analysis and optimization with a high degree of automation.',
|
|
56 | 56 | # "shapely", "pyproj" are dependencies of geopandas and so already available;
|
57 | 57 | # "base64", "hashlib", "zlib" produce installing problems, so they are not included
|
58 | 58 | "test": ["pytest", "pytest-xdist"],
|
59 |
| - "performance": ["ortools", "numba", "lightsim2grid"], |
| 59 | + "performance": ["ortools", "numba", "lightsim2grid~=0.8.1"], |
60 | 60 | "pgm": ["power-grid-model-io"],
|
61 | 61 | "fileio": ["xlsxwriter", "openpyxl", "cryptography", "geopandas<1.0", "psycopg2"],
|
62 | 62 | # "fiona" is a depedency of geopandas and so already available
|
63 | 63 | "converter": ["matpowercaseframes"],
|
64 | 64 | "all": ["numpydoc", "sphinx", "sphinx_rtd_theme",
|
65 | 65 | "plotly>=3.1.1", "matplotlib<3.9", "igraph", "geopandas<1.0", "geojson",
|
66 | 66 | "pytest~=8.1", "pytest-xdist",
|
67 |
| - "ortools", # lightsim2grid, |
| 67 | + "ortools", "lightsim2grid~=0.8.1", |
68 | 68 | "xlsxwriter", "openpyxl", "cryptography",
|
69 | 69 | "psycopg2", # for PostgreSQL I/O
|
70 | 70 | "matpowercaseframes",
|
|
0 commit comments