@@ -49,7 +49,7 @@ def main(argv):
4949clone ('https://github.com/openworm/pygeppetto.git' ,'pygeppetto' ,'v0.4.2-alpha' )
5050subprocess .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 ' )
5353subprocess .call (['pip' , 'install' , '-e' , '.' ], cwd = './netpyne/' )
5454
5555clone ('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='./')
6262clone ('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
6565print ("Enabling Geppetto NetPyNE Extension ..." )
6666geppetto_configuration = os .path .join (os .path .dirname (__file__ ), './utilities/GeppettoConfiguration.json' )
0 commit comments