Skip to content

Commit

Permalink
Install amici[vis] for binder (#2528)
Browse files Browse the repository at this point in the history
Closes #2526.
  • Loading branch information
dweindl authored Oct 8, 2024
1 parent cd56633 commit 12420c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ USER ${NB_USER}

WORKDIR ${HOME}
RUN . ./.profile && python3 -m build --sdist python/sdist && \
python3 -m pip install -v $(ls -t python/sdist/dist/amici-*.tar.gz | head -1)[petab,pysb] && \
python3 -m pip install -v $(ls -t python/sdist/dist/amici-*.tar.gz | head -1)[petab,pysb,vis] && \
python3 -m pip install "git+https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab.git@master#subdirectory=src/python&egg=benchmark_models_petab" && \
scripts/buildBNGL.sh

Expand Down

0 comments on commit 12420c3

Please sign in to comment.