Skip to content

Commit

Permalink
update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 30, 2024
1 parent d926e5b commit 08c4d25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -149,7 +149,7 @@ RUN AUTO_UPDATE=1 conda install --no-update-deps -y \
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 \
Expand Down

0 comments on commit 08c4d25

Please sign in to comment.