Skip to content

Commit 238d69d

Browse files
authored
Merge pull request #13 from OpenSourceBrain/development
Use pip install "cython<3.1.0"
2 parents d610d34 + 5f844f3 commit 238d69d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/omv-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
- jNeuroML_validate
2222
- PyNEST
2323
- "PyNEST:2.20.0"
24-
- "PyNEST:3.2"
25-
- "PyNEST:3.3"
2624
- "PyNEST:3.4"
2725
- "PyNEST:3.6"
2826
- "PyNEST:3.8"
@@ -52,7 +50,9 @@ jobs:
5250
- name: Install OMV
5351
run: |
5452
pip install git+https://github.com/OpenSourceBrain/osb-model-validation # @test_nest
55-
pip install scipy sympy matplotlib "cython<3.1.0" pandas tables
53+
54+
pip install matplotlib "cython<3.1.0" # let omv handle other deps...
55+
5656
sudo apt-get install libgsl27 libgslcblas0 # install GSL for ubuntu 24.04
5757
5858
- name: Run OMV tests on engine ${{ matrix.engine }}

0 commit comments

Comments
 (0)