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 f378d1f commit 52664c2Copy full SHA for 52664c2
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
python-version: [ "3.10" ]
19
engine:
20
- Arbor
21
- - "Brian2:2.4"
+ - "Brian2:2.9.0"
22
- Brian2
23
- EDEN
24
- "NEST:3.3"
@@ -63,7 +63,7 @@ jobs:
63
- name: Install OMV
64
run: |
65
pip install .
66
- pip install scipy sympy matplotlib cython pandas tables
+ pip install scipy sympy matplotlib "cython<3.1.0" pandas tables
67
#sudo apt install octave
68
sudo apt-get install -y subversion # for neuroConstruct full install...
69
omv/engines/getbrian2.py
@@ -5,7 +5,7 @@
5
6
def install_brian2(version):
7
if not version:
8
- version = "2.5.3"
+ version = "2.7.1"
9
try:
10
pip_install("brian2", version)
11
import brian2
0 commit comments