From 9a48bdf66d39e74065c6691f94547b82ab43d197 Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Thu, 9 Jan 2025 17:37:17 -0600 Subject: [PATCH] fix: need mpl constraint for ultraplot --- recipe/patch_yaml/ultraplot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipe/patch_yaml/ultraplot.yaml diff --git a/recipe/patch_yaml/ultraplot.yaml b/recipe/patch_yaml/ultraplot.yaml new file mode 100644 index 000000000..7dc210223 --- /dev/null +++ b/recipe/patch_yaml/ultraplot.yaml @@ -0,0 +1,8 @@ +if: + name: ultraplot + version: 0.99.3 + build_number_in: [0] +then: + - replace_depends: + old: matplotlib-base + new: matplotlib-base >=3.9.2