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 c9b69e1 commit d0607dfCopy full SHA for d0607df
.github/workflows/omv-ci.yml
@@ -29,6 +29,7 @@ jobs:
29
run: |
30
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
31
pip install scipy sympy matplotlib cython pandas tables
32
+ pip install setuptools --upgrade # needed for Neuron on py 3.12
33
34
- name: Download selected NEURON models
35
if: ${{ contains( matrix.engine, 'NEURON' ) }}
0 commit comments