Skip to content

Commit a4b15d0

Browse files
committed
Also numexpr
1 parent a8506b2 commit a4b15d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN $VENV/bin/pip install pyNeuroML==$PYNEUROML_VER # will set versions of libNe
3939

4040
# Install OMV
4141

42-
RUN $VENV/bin/pip install scipy tables pythran pandas --upgrade
42+
RUN $VENV/bin/pip install scipy tables pythran pandas numexpr --upgrade
4343
RUN $VENV/bin/pip install git+https://github.com/OpenSourceBrain/osb-model-validation@${OMV_VER}
4444
RUN sed -i -e s/'\/usr\/bin\/python'/'\/home\/docker\/env\/neurosci\/bin\/python'/g $VENV/bin/omv
4545

0 commit comments

Comments
 (0)