Skip to content

Commit

Permalink
Drop boa from Conda images (pt. 2)
Browse files Browse the repository at this point in the history
Upstream has archived `boa` and recommended moving to `rattler-build`.
So this drops `boa` from our images.

Also as `boa` does not support Python 3.13 (unmaintained), dropping
`boa` is a prerequisite to adding Python 3.13. There are other
dependencies it pins to old versions that will be able to get updates
too.

We tried dropping this before, but it caused issues with the RAPIDS
25.02 release. Once the RAPIDS 25.02 release is complete, let's give
this another try.
  • Loading branch information
jakirkham committed Feb 28, 2025
1 parent 3bc85f4 commit 8514455
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ RUN cat /tmp/condarc.tmpl | envsubst | tee /opt/conda/.condarc; \
RUN <<EOF
rapids-mamba-retry install -y \
anaconda-client \
boa \
ca-certificates \
certifi \
conda-build \
Expand Down

0 comments on commit 8514455

Please sign in to comment.