Skip to content

Commit 277ca2f

Browse files
authored
Bump Stormpy for binder (#184)
1 parent 4e91eb1 commit 277ca2f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/buildtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ on:
1414
pull_request:
1515

1616
env:
17-
# GitHub runners currently have two cores
18-
NR_JOBS: "2"
17+
# GitHub runners currently have 4 cores
18+
NR_JOBS: "4"
1919

2020
jobs:
2121
indepthTests:

binder/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>
33

44

55
##########
@@ -33,13 +33,13 @@ USER ${NB_USER}
3333
##########
3434

3535
# 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
3838
# Use older version of jupyter-server to avoid issue with token
3939
# see https://github.com/jupyter/notebook/issues/6702#issuecomment-1412832225
4040
RUN pip install --no-cache-dir jupyter-server==1.24.0
4141
# 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
4343

4444
##########
4545
# Prepare files for notebooks

0 commit comments

Comments
 (0)