Skip to content

Commit 729a4b7

Browse files
committed
numpy 2 & "cython<3.1.0"
1 parent 167782e commit 729a4b7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/omv-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ jobs:
3030
3131
- name: Install additional packages
3232
run: |
33-
pip install scipy sympy matplotlib cython tables
34-
35-
# pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
33+
34+
pip install matplotlib "cython<3.1.0" # let omv handle other deps...
3635
3736
3837
- name: Run OMV tests on engine ${{ matrix.engine }}

0 commit comments

Comments
 (0)