Skip to content

Commit

Permalink
fixing grid2op version
Browse files Browse the repository at this point in the history
Signed-off-by: rtschupp <[email protected]>
  • Loading branch information
tschuppr committed Oct 18, 2023
1 parent 50404e7 commit abe0d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [{include = "pypowsybl_grid2opbackend"}]

[tool.poetry.dependencies]
python = "^3.10"
grid2op = "^1.9.6"
grid2op = "^1.9.5"
pypowsybl = "^0.23.0.dev1" # Local installation following grid2op maybe this should be removd from .toml and install by pip
pandapower = "^2.13.1"

Expand Down

0 comments on commit abe0d4e

Please sign in to comment.