Skip to content

Commit

Permalink
Merge pull request #47: Fix setup env
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Dec 5, 2023
2 parents 079a6e0 + 290ed66 commit ec1eb91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devel/setup
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -38,8 +38,8 @@ create() {
wget

# Temporary pin until boa fixes dependency upstream
# <https://github.com/mamba-org/boa/issues/376>
"ruamel.yaml<0.18.0"
# <https://github.com/mamba-org/boa/issues/388>
"conda-build<3.28.0"
)

log "Creating new env with packages: ${pkgs[*]}"
Expand Down

0 comments on commit ec1eb91

Please sign in to comment.