Skip to content

Commit c80619c

Browse files
authored
restrict version on pgm for internal import
Signed-off-by: Nitish Bharambe <[email protected]>
1 parent 114b95e commit c80619c

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
@@ -31,7 +31,7 @@ dependencies = [
3131
"numpy>=1.20",
3232
"openpyxl",
3333
"pandas",
34-
"power_grid_model>=1.8",
34+
"power_grid_model>=1.8, <1.11",
3535
"pyyaml",
3636
"structlog",
3737
"tqdm",

0 commit comments

Comments
 (0)