We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167782e commit 729a4b7Copy full SHA for 729a4b7
1 file changed
.github/workflows/omv-ci.yml
@@ -30,9 +30,8 @@ jobs:
30
31
- name: Install additional packages
32
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
+
+ pip install matplotlib "cython<3.1.0" # let omv handle other deps...
36
37
38
- name: Run OMV tests on engine ${{ matrix.engine }}
0 commit comments