Skip to content

Commit c5af464

Browse files
authored
Merge pull request #509 from MetaCell/feature/496_2
Feature/496 2
2 parents c6cb9f8 + 1fca13f commit c5af464

File tree

9 files changed

+27342
-45
lines changed

9 files changed

+27342
-45
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ multimethod==1.3
4444
nbconvert==5.6.1
4545
nbformat==5.0.6
4646
neuromllite==0.1.9
47-
netpyne==1.0.0.2
48-
NEURON==7.8.1.1
47+
netpyne==1.0.2.1
48+
NEURON==8.0.2
4949
numpy==1.18.5
5050
oauthlib==3.0.1
5151
ordered-set==4.0.2

0 commit comments

Comments
 (0)