From 85144559ab8059b32a6ae8e7695c0298a66af85a Mon Sep 17 00:00:00 2001 From: jakirkham Date: Fri, 28 Feb 2025 12:26:05 -0800 Subject: [PATCH] Drop boa from Conda images (pt. 2) 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. --- ci-conda.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/ci-conda.Dockerfile b/ci-conda.Dockerfile index b9fd5ed..da79f10 100644 --- a/ci-conda.Dockerfile +++ b/ci-conda.Dockerfile @@ -214,7 +214,6 @@ RUN cat /tmp/condarc.tmpl | envsubst | tee /opt/conda/.condarc; \ RUN <