File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 5252 steps :
5353
5454 - name : Checkout sources
55- uses : actions/checkout@v3
55+ uses : actions/checkout@v4
5656 with :
5757 submodules : true
5858
8686 ls ./dist/*.whl
8787
8888 - name : Upload wheel
89- uses : actions/upload-artifact@v3
89+ uses : actions/upload-artifact@v4
9090 with :
9191 name : grid2op-wheel-${{ matrix.config.name }}-${{ matrix.python.name }}
9292 path : dist/*.whl
@@ -134,7 +134,7 @@ jobs:
134134 steps :
135135
136136 - name : Checkout sources
137- uses : actions/checkout@v3
137+ uses : actions/checkout@v4
138138 with :
139139 submodules : true
140140
@@ -212,7 +212,7 @@ jobs:
212212 steps :
213213
214214 - name : Checkout sources
215- uses : actions/checkout@v3
215+ uses : actions/checkout@v4
216216 with :
217217 submodules : true
218218
Original file line number Diff line number Diff line change @@ -176,6 +176,10 @@ Native multi agents support:
176176 that allows not to recompute it over and over again (this is internal API please do not change
177177 it... unless you know what you are doing)
178178
179+ [1.10.5] - 2025-03-07
180+ ------------------------
181+ - [FIXED] force pandapower < 3 otherwise pandapower backend does not work and
182+ lots of tests are failing.
179183
180184[1.10.4] - 2024-10-15
181185-------------------------
Original file line number Diff line number Diff line change 2222author = 'Benjamin Donnot'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '1.11.0.dev3 '
25+ release = '1.11.0.dev4 '
2626version = '1.11'
2727
2828
Original file line number Diff line number Diff line change 1111Grid2Op a testbed platform to model sequential decision making in power systems.
1212"""
1313
14- __version__ = '1.11.0.dev3 '
14+ __version__ = '1.11.0.dev4 '
1515
1616__all__ = [
1717 "Action" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def my_test_suite():
2626 "numpy" ,
2727 "scipy>=1.4.1" ,
2828 "pandas>=1.0.3" ,
29- "pandapower>=2.2.2" ,
29+ "pandapower>=2.2.2,<3 " ,
3030 "tqdm>=4.45.0" ,
3131 "networkx>=2.4" ,
3232 "requests>=2.23.0" ,
You can’t perform that action at this time.
0 commit comments