Skip to content

Commit 68b0d57

Browse files
committed
Update py versions
1 parent a5911a6 commit 68b0d57

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/omv-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [ 3.9, "3.10" ]
17+
python-version: [ "3.10", "3.13" ]
1818
engine:
1919
- jNeuroML
2020
- jNeuroML_NEURON
@@ -36,8 +36,6 @@ jobs:
3636
run: |
3737
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
3838
pip install scipy sympy matplotlib cython pandas tables
39-
40-
pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
4139
4240
- name: Run OMV tests on engine ${{ matrix.engine }} & additional tests
4341
run: |

0 commit comments

Comments
 (0)