Skip to content

Commit 9cf3b86

Browse files
authored
Merge pull request #645 from BDonnot/bd_dev
Bd dev
2 parents 7b30f58 + 0173dbc commit 9cf3b86

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
abi: cp312,
4444
version: '3.12',
4545
}
46+
# - {
47+
# name: cp313, # issue with pandapower atm
48+
# abi: cp313,
49+
# version: '3.13',
50+
# }
4651

4752
steps:
4853

@@ -121,11 +126,15 @@ jobs:
121126
name: cp312,
122127
version: '3.12',
123128
}
129+
# - { # issue with pandapower atm
130+
# name: cp313,
131+
# version: '3.13',
132+
# }
124133

125134
steps:
126135

127136
- name: Checkout sources
128-
uses: actions/checkout@v1
137+
uses: actions/checkout@v3
129138
with:
130139
submodules: true
131140

@@ -203,7 +212,7 @@ jobs:
203212
steps:
204213

205214
- name: Checkout sources
206-
uses: actions/checkout@v1
215+
uses: actions/checkout@v3
207216
with:
208217
submodules: true
209218

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def my_test_suite():
2323

2424
pkgs = {
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",

0 commit comments

Comments
 (0)