diff --git a/Dockerfile b/Dockerfile index f40ed73..4a0836e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -133,9 +133,9 @@ RUN AUTO_UPDATE=1 conda install --no-update-deps -y \ # Tier 2: tools with regular updates (2-4/year) RUN AUTO_UPDATE=1 conda install --no-update-deps -y \ -c daemontus \ - biodivine_aeon=1.2.0=py311h9bf148f_0 \ + biodivine_aeon=1.2.3=py311h9bf148f_0 \ maboss=2.6.0=he9e06a5_1 \ - pyboolnet=3.0.14=py311_0 \ + pyboolnet=3.0.16=py311_0 \ && conda clean -y --all && rm -rf /opt/conda/pkgs # Tier 3: tools with frequent updates (>4/year) or lightweight with thin dependencies @@ -144,12 +144,12 @@ RUN AUTO_UPDATE=1 conda install --no-update-deps -y \ algorecell_types=1.0=py_0 \ bns-python=0.2=py_0 \ bonesis=0.6.7=py_0 \ - boon=1.26=py_0 \ + boon=1.28=py_0 \ boolsim-python=0.5=py_0 \ cabean-python=1.0=py_0 \ caspo-control=1.0=py_0 \ casq=1.3.3=pyhd8ed1ab_0 \ - colomoto_jupyter=0.8.9=py_0 \ + colomoto_jupyter=0.8.10=py_0 \ ginsim-python=0.4.5=py_0 \ mpbn=3.8=py_0 \ nordic=2.5.0=py_0 \