Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: adapt to ruamel.yaml new yaml_set_ctag API #23

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

GaetanLepage
Copy link
Contributor

ruamel.yaml has changed its yaml_set_tag method to yaml_set_ctag which expects a Tag object.
With this patch, hyperpyyaml should be compatible with ruamel.yaml versions > 0.17.29.

Fixes #22

@pplantinga
Copy link
Collaborator

LGTM!

@pplantinga pplantinga merged commit edc59b0 into speechbrain:main Sep 21, 2023
1 check passed
@GaetanLepage GaetanLepage deleted the fix-set-ctag branch September 22, 2023 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support new version of ruamel.yaml
2 participants