Skip to content

Commit e46d6e9

Browse files
committed
ensure latest numpy
1 parent 4cfcdac commit e46d6e9

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/non-omv.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,12 @@ jobs:
2828
run: |
2929
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
3030
31-
#pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
32-
3331
- name: Test some scripts
3432
run: |
3533
pip install pyneuroml
3634
omv install PyNN
3735
./regenerate.sh
36+
omv all -V
3837
3938
- name: OMV final version info
4039
run: |

.github/workflows/omv-ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [ 3.8, "3.10" ]
17+
python-version: [ "3.10", "3.12" ]
1818
engine: [ PyNEST, "PyNEST:3.4", "PyNEST:3.5", PyNN_Nest, PyNN_NEURON, PyNN_Brian2, PyNN_NeuroML, jNeuroML_validate, jNeuroML, jNeuroML_NEURON ]
19-
exclude:
20-
- python-version: 3.8
21-
engine: PyNN_Brian2
2219

2320
steps:
2421
- uses: actions/checkout@v4
@@ -31,9 +28,8 @@ jobs:
3128
- name: Install OMV
3229
run: |
3330
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
34-
pip install scipy sympy matplotlib cython pandas tables
35-
36-
#pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
31+
32+
pip install matplotlib "cython<3.1.0" # let omv handle other deps...
3733
3834
- name: Run OMV tests on engine ${{ matrix.engine }}
3935
run: |

0 commit comments

Comments
 (0)