Skip to content

Commit

Permalink
Merge pull request #195 from PowerGridModel/fix/fix-pgm-version
Browse files Browse the repository at this point in the history
do not use pgm 1.6
  • Loading branch information
mgovers authored Oct 2, 2023
2 parents a8624c8 + a7d60a7 commit 4245735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/vision_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -496,4 +496,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"numpy>=1.20",
"openpyxl",
"pandas",
"power_grid_model>=1.4",
"power_grid_model>=1.4, <1.6",
"pyyaml",
"structlog",
"tqdm",
Expand Down

0 comments on commit 4245735

Please sign in to comment.