Skip to content

Commit 8751ac0

Browse files
committed
New versions in install script
1 parent 2dd251c commit 8751ac0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utilities/install.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ def main(argv):
4949
clone('https://github.com/Neurosim-lab/netpyne.git','netpyne','0.7.9')
5050
subprocess.call(['pip', 'install', '-e', '.'], cwd='./netpyne/')
5151

52-
clone('https://github.com/openworm/org.geppetto.frontend.jupyter.git','org.geppetto.frontend.jupyter','v0.4.1-M1','', True )
53-
checkout('geppetto', 'v0.4.1-M1','org.geppetto.frontend.jupyter/src/jupyter_geppetto/')
54-
clone('https://github.com/MetaCell/geppetto-netpyne.git','geppetto-netpyne','0.3','org.geppetto.frontend.jupyter/src/jupyter_geppetto/geppetto/src/main/webapp/extensions/')
52+
clone('https://github.com/openworm/org.geppetto.frontend.jupyter.git','org.geppetto.frontend.jupyter','v0.4.1-M2','', True )
53+
checkout('geppetto', 'v0.4.1-M2','org.geppetto.frontend.jupyter/src/jupyter_geppetto/')
54+
clone('https://github.com/MetaCell/geppetto-netpyne.git','geppetto-netpyne','0.4','org.geppetto.frontend.jupyter/src/jupyter_geppetto/geppetto/src/main/webapp/extensions/')
5555

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

0 commit comments

Comments
 (0)