Skip to content

Commit b9ce069

Browse files
committed
Specify cython better
1 parent a649420 commit b9ce069

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

osb/generateAll.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
set -e
2+
3+
cd ../base
4+
./generate.sh
5+
6+
cd ../simulation
7+
./generate.sh
8+
9+
cd ../simulationx
10+
11+
./generate.sh
12+
13+
cd ../osb
14+
15+
./generate.sh
16+

simulation/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ENV BRIAN2_VER=2.9.0
1717
ENV PYNN_VER=0.12.4
1818

1919
RUN $VENV/bin/pip install scipy tables pythran pandas numexpr matplotlib --upgrade
20+
RUN $VENV/bin/pip install "cython<3.1.0"
2021

2122
#### Install NEST
2223

0 commit comments

Comments
 (0)