From 12420c3081fbb84a3942e1fd53125f598b1255aa Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 8 Oct 2024 09:49:16 +0200 Subject: [PATCH] Install `amici[vis]` for binder (#2528) Closes #2526. --- binder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/Dockerfile b/binder/Dockerfile index bda8f7e1af..1084286b5a 100644 --- a/binder/Dockerfile +++ b/binder/Dockerfile @@ -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