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 d5d3acf commit d953ed4Copy full SHA for d953ed4
.github/workflows/non_omv.yml
@@ -26,8 +26,8 @@ jobs:
26
- name: Install OMV
27
run: |
28
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
+ pip install scipy sympy matplotlib cython pandas tables
+
31
32
- name: Install OSB API
33
0 commit comments