Skip to content

Commit e82b872

Browse files
committed
Pin version of neuromllite for py3.6
1 parent 5e3bf81 commit e82b872

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ RUN sudo pip install neuron==7.8.1
7676
# See https://github.com/openworm/OpenWorm/pull/316
7777
RUN sudo pip install 'gitpython==2.1.15' markupsafe
7878

79+
RUN sudo pip install 'NeuroMLlite<0.5.0' # for python 3.6...
80+
7981
RUN git clone https://github.com/openworm/c302.git && \
8082
cd c302 && \
8183
git checkout ow-0.9.2 && \

0 commit comments

Comments
 (0)