Skip to content

Commit 0341dac

Browse files
committed
#475 and #478
1 parent bb1003f commit 0341dac

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ RUN python install.py ${BUILD_ARGS} --geppetto ${GEPPETTO_VERSION}
3535
WORKDIR ${INSTALLATION_FOLDER}
3636

3737
RUN pip install -r requirements-test.txt
38-
# RUN pytest tests/backend
38+
RUN pytest tests/backend
3939
CMD /bin/bash -c "jupyter notebook --NotebookApp.default_url=/geppetto --NotebookApp.token='' --library=netpyne_ui --NotebookApp.disable_check_xsrf=True"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ nbconvert==5.6.1
4545
nbformat==5.0.6
4646
neuromllite==0.1.9
4747
netpyne==1.0.2.1
48-
NEURON==7.8.1.1
48+
NEURON==8.0.2
4949
numpy==1.18.5
5050
oauthlib==3.0.1
5151
ordered-set==4.0.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setuptools.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
author_email="[email protected]",

webapp/components/general/Dialog.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

webapp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -20,9 +20,9 @@
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",

0 commit comments

Comments
 (0)