Skip to content

Commit d953ed4

Browse files
authored
Update package installation in non_omv.yml
1 parent d5d3acf commit d953ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/non_omv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Install OMV
2727
run: |
2828
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
29-
30-
pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
29+
pip install scipy sympy matplotlib cython pandas tables
30+
3131
3232
- name: Install OSB API
3333
run: |

0 commit comments

Comments
 (0)