Skip to content

Commit

Permalink
Upgrading .toml file
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 b55aa9f commit 50404e7
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@ readme = "README.md"
packages = [{include = "pypowsybl_grid2opbackend"}]

[tool.poetry.dependencies]
python = "^3.9"
jupyter = "^1.0.0"
grid2op = "^1.8.1"
matplotlib = "^3.7.1"
gym = "^0.26.2"
pypowsybl = "^0.22.0"
plotly = "^5.15.0"
imageio = "^2.31.1"

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

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 50404e7

Please sign in to comment.