From 5943ac7ac8bdf989956be98a7b131a5eec02b6b0 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 15 Aug 2024 14:17:14 -0400 Subject: Remove conda version pin * This avoids updating conda in the base environment * This also avoids pitfalls associated with newly released (always broken) versions of conda --- stasis.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/stasis.ini b/stasis.ini index 00fd3f4..875ca26 100644 --- a/stasis.ini +++ b/stasis.ini @@ -16,7 +16,6 @@ conda_fresh_start = true ; (list) Conda packages to be installed/overridden in the base environment conda_packages = - conda>=23.7.0 conda-build>=3.22.0 boa conda-verify -- cgit