File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ RUN python install.py ${BUILD_ARGS} --geppetto ${GEPPETTO_VERSION}
3535WORKDIR ${INSTALLATION_FOLDER}
3636
3737RUN pip install -r requirements-test.txt
38- # RUN pytest tests/backend
38+ RUN pytest tests/backend
3939CMD /bin/bash -c "jupyter notebook --NotebookApp.default_url=/geppetto --NotebookApp.token='' --library=netpyne_ui --NotebookApp.disable_check_xsrf=True"
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ nbconvert==5.6.1
4545nbformat == 5.0.6
4646neuromllite == 0.1.9
4747netpyne == 1.0.2.1
48- NEURON == 7.8.1.1
48+ NEURON == 8.0.2
4949numpy == 1.18.5
5050oauthlib == 3.0.1
5151ordered-set == 4.0.2
Original file line number Diff line number Diff line change 1515
1616setuptools .setup (
1717 name = "netpyne_ui" ,
18- version = "0.7 .0" ,
18+ version = "0.8 .0" ,
1919 url = "https://github.com/MetaCell/NetPyNE-UI" ,
2020 author = "MetaCell" ,
2121
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ const AboutContent = withStyles(styles)(({ classes }) => (
2626 < img width = "250" src = { logoNetpyne } />
2727 < Box m = { 1 } >
2828 < Link variant = "h5" style = { { display : 'block' } } href = "https://github.com/MetaCell/NetPyNE-UI" target = "_blank" >
29- NetPyNE-UI v0.7 .0
29+ NetPyNE-UI v0.8 .0
3030 </ Link >
3131 < Link variant = "h5" style = { { display : 'block' } } href = "https://github.com/Neurosim-lab/netpyne" target = "_blank" >
32- NetPyNE v01 .0.0.2
32+ NetPyNE v1 .0.2.1
3333 </ Link >
3434 < Link variant = "h5" style = { { display : 'block' } } href = "https://www.neuron.yale.edu/neuron/" target = "_blank" >
35- NEURON v8.0.0
35+ NEURON v8.0.2
3636 </ Link >
3737 </ Box >
3838
Original file line number Diff line number Diff line change 11{
22 "name" : " geppetto-netpyne" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 0.8 .0" ,
44 "description" : " Geppetto NetPyNE-UI frontend." ,
55 "repository" : " https://github.com/MetaCell/NetPyNE-UI" ,
66 "license" : " MIT" ,
2020 "@material-ui/core" : " 4.12.1" ,
2121 "@material-ui/icons" : " ^4.11.2" ,
2222 "@material-ui/lab" : " ^4.0.0-alpha.60" ,
23- "@metacell/geppetto-meta-client" : " file:.yalc/@metacell/geppetto-meta-client " ,
24- "@metacell/geppetto-meta-core" : " file:.yalc/@metacell/geppetto-meta-core " ,
25- "@metacell/geppetto-meta-ui" : " file:.yalc/@metacell/geppetto-meta-ui " ,
23+ "@metacell/geppetto-meta-client" : " 1.0.0-final " ,
24+ "@metacell/geppetto-meta-core" : " 1.0.0-final " ,
25+ "@metacell/geppetto-meta-ui" : " 1.0.0-final " ,
2626 "@nosferatu500/react-sortable-tree" : " 3.0.5" ,
2727 "@sentry/integrations" : " ^6.16.1" ,
2828 "@sentry/react" : " ^6.16.1" ,
You can’t perform that action at this time.
0 commit comments