diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-08-15 14:17:14 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-08-15 14:17:14 -0400 |
commit | 5943ac7ac8bdf989956be98a7b131a5eec02b6b0 (patch) | |
tree | 2f2a801b7c38f58f8c8dcc78d37bc8d3ed2935fc | |
parent | 16de8a1d7612f67820168c6b25f8f6f4c9f429b6 (diff) | |
download | stasis-5943ac7ac8bdf989956be98a7b131a5eec02b6b0.tar.gz |
Remove conda version pin
* This avoids updating conda in the base environment
* This also avoids pitfalls associated with newly released (always broken) versions of conda
-rw-r--r-- | stasis.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -16,7 +16,6 @@ conda_fresh_start = true ; (list) Conda packages to be installed/overridden in the base environment conda_packages = - conda>=23.7.0 conda-build>=3.22.0 boa conda-verify |