Skip to content

Commit

Permalink
upgrading to grid2op 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marota committed Dec 21, 2021
1 parent b20d713 commit 639202f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion oracle4grid/core/agent/OneChangeThenOnlyReconnect.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import numpy
from grid2op.Agent.BaseAgent import BaseAgent
from grid2op.Agent import BaseAgent


class OneChangeThenOnlyReconnect(BaseAgent):
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
numba==0.53.1
grid2op==1.5.1
grid2op==1.6.4
pandas==1.2.4
psutil==5.7.2
matplotlib==3.3.2
pybind11==2.5.0
ipykernel==5.3.4
ipywidgets==7.5.1
numpy==1.19.3
lightsim2grid>=0.6.0
pytest==6.2.2
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pkgs = {
"required": [
"numba==0.53.1",
"grid2op>1.5.1",
"grid2op==1.6.4",
"pandas==1.2.4",
"psutil==5.7.2",
"matplotlib==3.3.2",
Expand All @@ -13,6 +13,7 @@
"ipywidgets==7.5.1",
"numpy==1.19.3",
"pytest==6.2.2",
"lightsim2grid==0.6.0",
# We don't need these
"scipy<=1.6.0"
]
Expand Down

0 comments on commit 639202f

Please sign in to comment.