From e79171057738377ccc27c353e46977c05e5df3b3 Mon Sep 17 00:00:00 2001 From: "Juan M. Cruz-Martinez" Date: Sat, 16 Mar 2024 11:33:09 +0100 Subject: [PATCH] Change ruamel_yaml to ruamel.yaml --- conda-recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index a663664..617574c 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -17,7 +17,7 @@ requirements: run: - python - jinja2 - - ruamel_yaml =0.15 + - ruamel.yaml <0.18 - matplotlib - pandas >=1 - pygments