diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-11-11 12:50:47 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-11-11 12:50:47 -0500 |
commit | fab09092031b440c752d54f2e4fea467ed5bff2d (patch) | |
tree | 1ea57b4de561edd21a0597784a0c3a4a865a55f2 | |
parent | 52e6d0f495023c0aa939bf6b2170ca5ea853202b (diff) | |
download | stasis-fab09092031b440c752d54f2e4fea467ed5bff2d.tar.gz |
Remove conda-verify requirement entirely
* This package only exists for python<=3.11 and is considered optional by conda-build.
-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 |