Skip to content

Commit 6c31b29

Browse files
committed
Exclude pandapower 3.0
1 parent 8a95e99 commit 6c31b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"pandas>=1.3.5",
3030
"matplotlib",
3131
"lightsim2grid", # Actually not strictly required but speeds up pandapower power flow significantly
32-
"pandapower>=2.13.1",
32+
"pandapower>=2.13.1,<3.0",
3333
"simbench>=1.4.0",
3434
"gymnasium>=0.29.0",
3535
]

0 commit comments

Comments
 (0)