From db06c1b6acb478a9dae36011f001ba4504de9067 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 22 Jun 2026 00:39:42 -0400 Subject: Update stasis.ini * Install boa, conda-build, and rattler-build * If the version of conda or mamba is too new, boa is automatically removed from the list at runtime (its deprecated and causes the solver to fail) --- stasis.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stasis.ini b/stasis.ini index fdecc86..79f3e36 100644 --- a/stasis.ini +++ b/stasis.ini @@ -16,9 +16,9 @@ conda_fresh_start = true ; (list) Conda packages to be installed/overridden in the base environment conda_packages = - conda-build>=3.22.0 boa - conda-libmamba-solver + conda-build + rattler-build ; (list) Python packages to be installed/overridden in the base environment ;pip_packages = -- cgit