Skip to content

Commit 7b578d0

Browse files
authored
Upgrade setuptools in OMV installation step
Upgraded setuptools to support Eden/Neuron on Python >= 3.12.
1 parent 0f6b7cc commit 7b578d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/omv-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: |
3232
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
3333
pip install scipy sympy matplotlib cython pandas tables
34+
pip install setuptools --upgrade # needed for Eden/Neuron on py >=3.12
3435
3536
pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
3637

0 commit comments

Comments
 (0)