We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8350e93 commit 1c70accCopy full SHA for 1c70acc
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.1')
+clone('https://github.com/Neurosim-lab/netpyne.git','netpyne','v0.9.1.2')
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