File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ jobs:
4343 abi : cp312,
4444 version : ' 3.12' ,
4545 }
46- - {
47- name : cp313,
48- abi : cp313,
49- version : ' 3.13' ,
50- }
46+ # - {
47+ # name: cp313, # issue with pandapower atm
48+ # abi: cp313,
49+ # version: '3.13',
50+ # }
5151
5252 steps :
5353
@@ -126,10 +126,10 @@ jobs:
126126 name : cp312,
127127 version : ' 3.12' ,
128128 }
129- - {
130- name : cp313,
131- version : ' 3.13' ,
132- }
129+ # - { # issue with pandapower atm
130+ # name: cp313,
131+ # version: '3.13',
132+ # }
133133
134134 steps :
135135
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def my_test_suite():
2323
2424pkgs = {
2525 "required" : [
26- "numpy>=1.20,<2" , # disable numpy 2 for now
26+ "numpy" ,
2727 "scipy>=1.4.1" ,
2828 "pandas>=1.0.3" ,
2929 "pandapower>=2.2.2" ,
You can’t perform that action at this time.
0 commit comments