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 - 1 file changed, 1 deletion(-) (limited to 'src/lib/core') 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 }; -- cgit