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 and pauleve committed Oct 1, 2024
1 parent 9fb4f43 commit d110cd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ 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.0.1=py311h9bf148f_0 \
maboss=2.5.7=he9e06a5_1 \
biodivine_aeon=1.1.0=py311h9bf148f_0 \
maboss=2.6.0=he9e06a5_1 \
pyboolnet=3.0.14=py311_0 \
&& conda clean -y --all && rm -rf /opt/conda/pkgs

Expand All @@ -144,7 +144,7 @@ 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.6=py_0 \
boon=1.25=py_0 \
boon=1.26=py_0 \
boolsim-python=0.5=py_0 \
cabean-python=1.0=py_0 \
caspo-control=1.0=py_0 \
Expand All @@ -154,7 +154,7 @@ RUN AUTO_UPDATE=1 conda install --no-update-deps -y \
mpbn=3.8=py_0 \
nordic=2.5.0=py_0 \
pyactonet=1.0=py_0 \
pymaboss=0.8.8=py_0 \
pymaboss=0.8.9=py_0 \
pypint=1.6.3=py_0 \
pystablemotifs=3.0.6=py_0 \
scboolseq=2.1.0=py_0 \
Expand Down

0 comments on commit d110cd3

Please sign in to comment.