Skip to content

Commit

Permalink
Bump Stormpy for binder
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Aug 23, 2024
1 parent 4e91eb1 commit 7ec4f52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
pull_request:

env:
# GitHub runners currently have two cores
NR_JOBS: "2"
# GitHub runners currently have 4 cores
NR_JOBS: "4"

jobs:
indepthTests:
Expand Down
10 changes: 5 additions & 5 deletions binder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM movesrwth/stormpy:1.8.0
MAINTAINER Matthias Volk <m.volk@utwente.nl>
FROM movesrwth/stormpy:1.9.0
MAINTAINER Matthias Volk <m.volk@tue.nl>


##########
Expand Down Expand Up @@ -33,13 +33,13 @@ USER ${NB_USER}
##########

# Jupyter notebook and Jupyterlab
RUN pip install --no-cache-dir notebook==6.5.4
RUN pip install --no-cache-dir jupyterlab==4.0.2
RUN pip install --no-cache-dir notebook==6.5.7
RUN pip install --no-cache-dir jupyterlab==4.1.8
# Use older version of jupyter-server to avoid issue with token
# see https://github.com/jupyter/notebook/issues/6702#issuecomment-1412832225
RUN pip install --no-cache-dir jupyter-server==1.24.0
# Dependencies for stormpy
RUN pip install --no-cache-dir numpy==1.24.3
RUN pip install --no-cache-dir numpy==1.26.4

##########
# Prepare files for notebooks
Expand Down

0 comments on commit 7ec4f52

Please sign in to comment.