Skip to content

Commit 2cc7bbd

Browse files
committed
Upgraded to 101
1 parent a7c106c commit 2cc7bbd

5 files changed

Lines changed: 4 additions & 8811 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ multimethod==1.3
4343
nbconvert==5.6.1
4444
nbformat==5.0.6
4545
neuromllite==0.1.9
46-
netpyne==1.0.0.2
46+
netpyne==1.0.1
4747
NEURON==7.8.1.1
4848
numpy==1.18.5
4949
oauthlib==3.0.1

webapp/components/general/Dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const AboutContent = withStyles(styles)(({ classes }) => (
2929
NetPyNE-UI v0.7.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.1
3333
</Link>
3434
<Link variant="h5" style={{ display: 'block' }} href="https://www.neuron.yale.edu/neuron/" target="_blank">
3535
NEURON v8.0.0

webapp/package.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"redux": "^4.1.0",
3939
"three": "0.111.0",
4040
"sass-loader": "^7.2.0",
41-
"node-sass": "^5.0.0"
41+
"node-sass": "^4.0.0"
4242
},
4343
"resolutions": {
4444
"@material-ui/core": "4.11.4"

webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"redux": "^4.1.0",
3939
"three": "0.111.0",
4040
"sass-loader": "^7.2.0",
41-
"node-sass": "^5.0.0"
41+
"node-sass": "^4.0.0"
4242
},
4343
"resolutions": {
4444
"@material-ui/core": "4.11.4"

0 commit comments

Comments
 (0)