File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ jupyterthemes==0.20.0
3434kiwisolver == 1.2.0
3535lesscpy == 0.14.0
3636libNeuroML == 0.4.0
37- lfpykit == 0.5
37+ lfpykit == 0.5.1
3838lxml == 4.5.1
3939Mako == 1.1.0
4040MarkupSafe == 1.1.1
@@ -44,7 +44,7 @@ mistune==0.8.4
4444multimethod == 1.3
4545nbconvert == 5.6.1
4646nbformat == 5.0.6
47- netpyne == 1.0.3 .1
47+ netpyne == 1.0.4 .1
4848NEURON == 8.2.2
4949numpy == 1.18.5
5050oauthlib == 3.0.1
Original file line number Diff line number Diff line change 1818
1919setuptools .setup (
2020 name = "netpyne_ui" ,
21- version = "0.9.1 " ,
21+ version = "1.0.0 " ,
2222 url = "https://github.com/MetaCell/NetPyNE-UI" ,
2323 author = "MetaCell" ,
2424 author_email = "info@metacell.us" ,
4141 ],
4242 install_requires = [
4343 'jupyter-geppetto>=1.0.0' ,
44- 'NEURON>=8.0 .2' ,
45- 'netpyne>=1.0.3 .1' ,
44+ 'NEURON>=8.2 .2' ,
45+ 'netpyne>=1.0.4 .1' ,
4646 'neuromllite==0.5.1' ,
4747 'pyNeuroML>=0.7.1' ,
4848 'sentry_sdk>=1.5.2' ,
Original file line number Diff line number Diff line change @@ -26,21 +26,21 @@ 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.9.1
29+ NetPyNE-UI v1.0.0
3030 </ Link >
3131 < Link variant = "h5" style = { { display : 'block' } } href = "https://github.com/Neurosim-lab/netpyne" target = "_blank" >
32- NetPyNE v1.0.3 .1
32+ NetPyNE v1.0.4 .1
3333 </ Link >
3434 < Link variant = "h5" style = { { display : 'block' } } href = "https://www.neuron.yale.edu/neuron/" target = "_blank" >
35- NEURON v8.0 .2
35+ NEURON v8.2 .2
3636 </ Link >
3737 </ Box >
3838
3939 < Box m = { 1 } >
4040 < Typography variant = "body2" color = { secondaryColor } >
4141 NetPyNE is a Python package to facilitate the development, simulation,
4242 parallelization, and analysis of biological neuronal networks using the
43- NEURON simulator. Checkout our
43+ NEURON simulator. Check out our
4444 { ' ' }
4545 < Link href = "https://elifesciences.org/articles/44494" target = "_blank" >
4646 eLife paper.
Original file line number Diff line number Diff line change 11{
22 "name" : " geppetto-netpyne" ,
3- "version" : " 0.9.1 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " Geppetto NetPyNE-UI frontend." ,
55 "repository" : " https://github.com/MetaCell/NetPyNE-UI" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name": "geppetto-netpyne",
3- "version": "0.9 .0",
3+ "version": "1.0 .0",
44 "description": "Geppetto NetPyNE-UI frontend.",
55 "repository": "https://github.com/MetaCell/NetPyNE-UI",
66 "license": "MIT",
Original file line number Diff line number Diff line change 11{
22 "name" : " geppetto-netpyne" ,
3- "version" : " 0.9.1 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " Geppetto NetPyNE-UI frontend." ,
55 "repository" : " https://github.com/MetaCell/NetPyNE-UI" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments