diff --git a/devel/setup b/devel/setup index 92358b9..008d880 100755 --- a/devel/setup +++ b/devel/setup @@ -19,7 +19,7 @@ remove() { create() { local -a pkgs=( "anaconda-client>=1.12.0" - boa + "boa>=0.16.0" # for manipulating recipe.yaml with jq yq @@ -38,8 +38,8 @@ create() { wget # Temporary pin until boa fixes dependency upstream - # - "ruamel.yaml<0.18.0" + # + "conda-build<3.28.0" ) log "Creating new env with packages: ${pkgs[*]}"