From fab09092031b440c752d54f2e4fea467ed5bff2d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 11 Nov 2024 12:50:47 -0500 Subject: Remove conda-verify requirement entirely * This package only exists for python<=3.11 and is considered optional by conda-build. --- src/lib/core/conda.c | 1 - stasis.ini | 1 - 2 files changed, 2 deletions(-) diff --git a/src/lib/core/conda.c b/src/lib/core/conda.c index 435af35..0e0161d 100644 --- a/src/lib/core/conda.c +++ b/src/lib/core/conda.c @@ -346,7 +346,6 @@ int conda_check_required() { const char *conda_minimum_viable_tools[] = { "boa", "conda-build", - "conda-verify", NULL }; diff --git a/stasis.ini b/stasis.ini index ba3331a..043fcec 100644 --- a/stasis.ini +++ b/stasis.ini @@ -18,7 +18,6 @@ conda_fresh_start = true conda_packages = conda-build>=3.22.0 boa - conda-verify conda-libmamba-solver ; (list) Python packages to be installed/overridden in the base environment -- cgit