diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-11-21 10:50:25 -0500 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-11-21 10:50:25 -0500 | 
| commit | 0b3626f51fe55ebb7dab54abea2c7241430d1f58 (patch) | |
| tree | d58ef9ef07a04055efdcc0562e74819ca32f19b2 | |
| parent | 060d47d4df7fc4873e886fa55d4ff7976bbd8d5a (diff) | |
| download | stasis-0b3626f51fe55ebb7dab54abea2c7241430d1f58.tar.gz | |
Initial commit of omc.ini
| -rw-r--r-- | omc.ini | 16 | 
1 files changed, 16 insertions, 0 deletions
| @@ -0,0 +1,16 @@ +; (bool) Keep going even if a test fails +continue_on_error = false + +; (bool) Update all packages in the base to the latest release +always_update_base_environment = false + +; (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 +    conda-libmamba-solver + +; (list) Python packages to be installed/overridden in the base environment +;pip_packages =
\ No newline at end of file | 
