Skip to content

Commit 2b6a816

Browse files
committed
Ensure latest numpy
1 parent c271968 commit 2b6a816

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/non-omv.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [ 3.9, "3.10" ]
16+
python-version: [ 3.9, "3.12" ]
1717
runs-on: [ ubuntu-latest, macos-latest ]
1818

1919
steps:
@@ -33,8 +33,7 @@ jobs:
3333
run: |
3434
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
3535
pip install scipy sympy matplotlib cython pandas tables
36-
37-
pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
36+
3837
3938
- name: Regenerate and test
4039
run: |

0 commit comments

Comments
 (0)