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 a8506b2 commit a4b15d0Copy full SHA for a4b15d0
osb/Dockerfile
@@ -39,7 +39,7 @@ RUN $VENV/bin/pip install pyNeuroML==$PYNEUROML_VER # will set versions of libNe
39
40
# Install OMV
41
42
-RUN $VENV/bin/pip install scipy tables pythran pandas --upgrade
+RUN $VENV/bin/pip install scipy tables pythran pandas numexpr --upgrade
43
RUN $VENV/bin/pip install git+https://github.com/OpenSourceBrain/osb-model-validation@${OMV_VER}
44
RUN sed -i -e s/'\/usr\/bin\/python'/'\/home\/docker\/env\/neurosci\/bin\/python'/g $VENV/bin/omv
45
0 commit comments