File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
pull_request :
15
15
16
16
env :
17
- # GitHub runners currently have two cores
18
- NR_JOBS : " 2 "
17
+ # GitHub runners currently have 4 cores
18
+ NR_JOBS : " 4 "
19
19
20
20
jobs :
21
21
indepthTests :
Original file line number Diff line number Diff line change 1
- FROM movesrwth/stormpy:1.8 .0
2
- MAINTAINER Matthias Volk <m.volk@utwente .nl>
1
+ FROM movesrwth/stormpy:1.9 .0
2
+ MAINTAINER Matthias Volk <m.volk@tue .nl>
3
3
4
4
5
5
# #########
@@ -33,13 +33,13 @@ USER ${NB_USER}
33
33
# #########
34
34
35
35
# Jupyter notebook and Jupyterlab
36
- RUN pip install --no-cache-dir notebook==6.5.4
37
- RUN pip install --no-cache-dir jupyterlab==4.0.2
36
+ RUN pip install --no-cache-dir notebook==6.5.7
37
+ RUN pip install --no-cache-dir jupyterlab==4.1.8
38
38
# Use older version of jupyter-server to avoid issue with token
39
39
# see https://github.com/jupyter/notebook/issues/6702#issuecomment-1412832225
40
40
RUN pip install --no-cache-dir jupyter-server==1.24.0
41
41
# Dependencies for stormpy
42
- RUN pip install --no-cache-dir numpy==1.24.3
42
+ RUN pip install --no-cache-dir numpy==1.26.4
43
43
44
44
# #########
45
45
# Prepare files for notebooks
You can’t perform that action at this time.
0 commit comments