Skip to content

Commit 45a254d

Browse files
authored
Update install.py
1 parent 114dc47 commit 45a254d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utilities/install.py

Lines changed: 2 additions & 2 deletions
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.0')
52+
clone('https://github.com/Neurosim-lab/netpyne.git','netpyne','v0.9.0_UI0.5Release')
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')
@@ -60,7 +60,7 @@ def main(argv):
6060
# We can't clone org.geppetto.frontend as a regular submodule because Travis doesn't have .gitmodules in the zip
6161
# subprocess.call(['git', 'submodule', 'update', '--init'], cwd='./')
6262
clone('https://github.com/openworm/org.geppetto.frontend.git','geppetto','v0.4.1-syncRefactor','netpyne_ui/', False, 'geppetto')
63-
clone('https://github.com/MetaCell/geppetto-netpyne.git','geppetto-netpyne','master','netpyne_ui/geppetto/src/main/webapp/extensions/')
63+
clone('https://github.com/MetaCell/geppetto-netpyne.git','geppetto-netpyne','0.5','netpyne_ui/geppetto/src/main/webapp/extensions/')
6464

6565
print("Enabling Geppetto NetPyNE Extension ...")
6666
geppetto_configuration = os.path.join(os.path.dirname(__file__), './utilities/GeppettoConfiguration.json')

0 commit comments

Comments
 (0)