Skip to content

Commit

Permalink
v3.6.7 - Altered NMDA channels of the single cell models
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin De Schepper committed Feb 8, 2021
1 parent 2a10ff9 commit 8d5ba0e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 3.6

## 3.6.7

* Altered NMDA channels.

## 3.6.6

* The return values of simulations are now the path to their result file.
Expand Down
2 changes: 1 addition & 1 deletion bsb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "3.6.6"
__version__ = "3.6.7"

from .reporting import set_verbosity, report, warn
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pre-commit==1.21.0
black==20.8b1
sphinx_rtd_theme==0.4.3
nrn-patch==3.0.0b0
dbbs_models==1.3.0
dbbs_models==1.4.2
colour==0.1.5
errr==1.0.0
NEURON==7.8.1.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
extras_require={
"dev": ["sphinx", "furo", "pre-commit", "black==20.8b1"],
"neuron": ["NEURON>=7.8.1.1", "dbbs_models>=1.4.0", "nrn-patch>=3.0.0b0"],
"neuron": ["NEURON>=7.8.1.1", "dbbs_models>=1.4.2", "nrn-patch>=3.0.0b0"],
"mpi": ["mpi4py"],
},
)

0 comments on commit 8d5ba0e

Please sign in to comment.