We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5911a6 commit 68b0d57Copy full SHA for 68b0d57
.github/workflows/omv-ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- python-version: [ 3.9, "3.10" ]
+ python-version: [ "3.10", "3.13" ]
18
engine:
19
- jNeuroML
20
- jNeuroML_NEURON
@@ -36,8 +36,6 @@ jobs:
36
run: |
37
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
38
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
41
42
- name: Run OMV tests on engine ${{ matrix.engine }} & additional tests
43
0 commit comments