Skip to content

Commit afad93f

Browse files
committed
changed seak version 0.4.2 -> 0.4.3
1 parent d68658e commit afad93f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Snakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ rule install_seak:
144144
'env/seak.yml'
145145
shell:
146146
'if [ ! -d seak ]; then '
147-
'git clone https://github.com/HealthML/seak.git && cd seak && git checkout tags/v0.4.2 ; '
147+
'git clone https://github.com/HealthML/seak.git && cd seak && git checkout tags/v0.4.3 ; '
148148
'else '
149-
'cd seak && git checkout tags/v0.4.2 ; '
149+
'cd seak && git checkout tags/v0.4.3 ; '
150150
'fi ; '
151151
'pip install -e . '
152152

0 commit comments

Comments
 (0)