Skip to content

Commit

Permalink
Merge branch 'trs/dev/temporarily-pin-ruamel.yaml'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Oct 30, 2023
2 parents ad9bea5 + 8cdf5a7 commit 0092eab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions devel/setup
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ create() {

# Temporary pin until anaconda-client fixes dependency upstream
"urllib3<2"

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

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

0 comments on commit 0092eab

Please sign in to comment.