Skip to content

Commit 52664c2

Browse files
committed
Use min brian 2.7.1
1 parent f378d1f commit 52664c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: [ "3.10" ]
1919
engine:
2020
- Arbor
21-
- "Brian2:2.4"
21+
- "Brian2:2.9.0"
2222
- Brian2
2323
- EDEN
2424
- "NEST:3.3"
@@ -63,7 +63,7 @@ jobs:
6363
- name: Install OMV
6464
run: |
6565
pip install .
66-
pip install scipy sympy matplotlib cython pandas tables
66+
pip install scipy sympy matplotlib "cython<3.1.0" pandas tables
6767
#sudo apt install octave
6868
sudo apt-get install -y subversion # for neuroConstruct full install...
6969

omv/engines/getbrian2.py

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

66
def install_brian2(version):
77
if not version:
8-
version = "2.5.3"
8+
version = "2.7.1"
99
try:
1010
pip_install("brian2", version)
1111
import brian2

0 commit comments

Comments
 (0)