We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c70acc commit e9a6a9bCopy full SHA for e9a6a9b
1 file changed
utilities/install.py
@@ -49,7 +49,7 @@ def main(argv):
49
clone('https://github.com/openworm/pygeppetto.git','pygeppetto','v0.4.2-alpha')
50
subprocess.call(['pip', 'install', '-e', '.'], cwd='./pygeppetto/')
51
52
-clone('https://github.com/Neurosim-lab/netpyne.git','netpyne','v0.9.1.2')
+clone('https://github.com/Neurosim-lab/netpyne.git','netpyne','v0.9.1.3')
53
subprocess.call(['pip', 'install', '-e', '.'], cwd='./netpyne/')
54
55
clone('https://github.com/openworm/org.geppetto.frontend.jupyter.git','org.geppetto.frontend.jupyter','v0.4.2-alpha')
0 commit comments