Skip to content

Commit 968ec52

Browse files
committed
To v0.9.8
1 parent 7ac9050 commit 968ec52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN sudo pip install neuron==8.2.6 --break-system-packages
5959

6060
RUN git clone https://github.com/openworm/c302.git && \
6161
cd c302 && \
62-
git checkout ow-0.9.7 && \
62+
git checkout ow-0.9.8 && \
6363
sudo pip install . --break-system-packages
6464

6565
# Note: pyNeuroML installed with the above library
@@ -71,7 +71,7 @@ RUN git clone https://github.com/openworm/c302.git && \
7171

7272
RUN git clone https://github.com/openworm/sibernetic.git && \
7373
cd sibernetic && \
74-
git checkout ow-0.9.7 # fixed to a specific branch
74+
git checkout ow-0.9.8a # fixed to a specific branch
7575

7676

7777
################################################################################

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.7
1+
0.9.8

0 commit comments

Comments
 (0)