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 f22e25b commit a649420Copy full SHA for a649420
simulation/Dockerfile
@@ -16,7 +16,7 @@ ENV NRN_VER=8.2.7
16
ENV BRIAN2_VER=2.9.0
17
ENV PYNN_VER=0.12.4
18
19
-RUN $VENV/bin/pip install scipy tables pythran pandas numexpr --upgrade
+RUN $VENV/bin/pip install scipy tables pythran pandas numexpr matplotlib --upgrade
20
21
#### Install NEST
22
0 commit comments