Skip to content

Commit e9a6a9b

Browse files
authored
Update to patched version of NetPyNE v0.9.1.3
1 parent 1c70acc commit e9a6a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def main(argv):
4949
clone('https://github.com/openworm/pygeppetto.git','pygeppetto','v0.4.2-alpha')
5050
subprocess.call(['pip', 'install', '-e', '.'], cwd='./pygeppetto/')
5151

52-
clone('https://github.com/Neurosim-lab/netpyne.git','netpyne','v0.9.1.2')
52+
clone('https://github.com/Neurosim-lab/netpyne.git','netpyne','v0.9.1.3')
5353
subprocess.call(['pip', 'install', '-e', '.'], cwd='./netpyne/')
5454

5555
clone('https://github.com/openworm/org.geppetto.frontend.jupyter.git','org.geppetto.frontend.jupyter','v0.4.2-alpha')

0 commit comments

Comments
 (0)