diff options
| -rw-r--r-- | src/lib/core/conda.c | 1 | ||||
| -rw-r--r-- | stasis.ini | 1 | 
2 files changed, 0 insertions, 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      }; @@ -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  | 
