Skip to content

Commit 53a0910

Browse files
committed
fix netpyne version
1 parent 2373fff commit 53a0910

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utilities/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def main(argv):
4646
clone('https://github.com/openworm/pygeppetto.git','pygeppetto','v0.4.1-M1')
4747
subprocess.call(['pip', 'install', '-e', '.'], cwd='./pygeppetto/')
4848

49-
clone('https://github.com/Neurosim-lab/netpyne.git','netpyne','0.7.9')
49+
clone('https://github.com/Neurosim-lab/netpyne.git','netpyne','v0.7.9')
5050
subprocess.call(['pip', 'install', '-e', '.'], cwd='./netpyne/')
5151

5252
clone('https://github.com/openworm/org.geppetto.frontend.jupyter.git','org.geppetto.frontend.jupyter','v0.4.1-M2','', True )

0 commit comments

Comments
 (0)