diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-06-22 00:39:42 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-06-22 11:57:06 -0400 |
| commit | db06c1b6acb478a9dae36011f001ba4504de9067 (patch) | |
| tree | 0839145dcf2b4e43994b1068a1ee95e929ac645b | |
| parent | 00d0cd674a748f1239e236768e8ec6b50508cdee (diff) | |
| download | stasis-db06c1b6acb478a9dae36011f001ba4504de9067.tar.gz | |
Update stasis.ini
* Install boa, conda-build, and rattler-build
* If the version of conda or mamba is too new, boa is automatically removed from the list at runtime (its deprecated and causes the solver to fail)
| -rw-r--r-- | stasis.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,9 +16,9 @@ conda_fresh_start = true ; (list) Conda packages to be installed/overridden in the base environment conda_packages = - conda-build>=3.22.0 boa - conda-libmamba-solver + conda-build + rattler-build ; (list) Python packages to be installed/overridden in the base environment ;pip_packages = |
