We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fedb1 commit a50f711Copy full SHA for a50f711
omv/engines/getbrian2.py
@@ -5,7 +5,7 @@
5
6
def install_brian2(version):
7
if not version:
8
- version = "2.5.1"
+ version = "2.5.3"
9
try:
10
pip_install("brian2", version)
11
import brian2
0 commit comments