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 0f6b7cc commit 7b578d0Copy full SHA for 7b578d0
.github/workflows/omv-ci.yml
@@ -31,6 +31,7 @@ jobs:
31
run: |
32
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
33
pip install scipy sympy matplotlib cython pandas tables
34
+ pip install setuptools --upgrade # needed for Eden/Neuron on py >=3.12
35
36
pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
37
0 commit comments