aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-11-11 12:50:47 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-11-11 12:50:47 -0500
commitfab09092031b440c752d54f2e4fea467ed5bff2d (patch)
tree1ea57b4de561edd21a0597784a0c3a4a865a55f2 /src
parent52e6d0f495023c0aa939bf6b2170ca5ea853202b (diff)
downloadstasis-fab09092031b440c752d54f2e4fea467ed5bff2d.tar.gz
Remove conda-verify requirement entirely
* This package only exists for python<=3.11 and is considered optional by conda-build.
Diffstat (limited to 'src')
-rw-r--r--src/lib/core/conda.c1
1 files changed, 0 insertions, 1 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
};