Skip to content

Commit

Permalink
dev: Temporarily pin ruamel.yaml <0.18.0 to work around Boa's issue
Browse files Browse the repository at this point in the history
Boa uses a previously deprecated and now removed API in ruamel.yaml,
safe_load().  0.18.0 was the first version with its removal.

See <mamba-org/boa#376>.

Resolves <#44>.
  • Loading branch information
tsibley committed Oct 30, 2023
1 parent 19e3ef4 commit 8cdf5a7
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 8cdf5a7

Please sign in to comment.