From 8599f351736aadf47f67492e95d8e14deea60faf Mon Sep 17 00:00:00 2001 From: tangkong Date: Tue, 20 Aug 2024 16:48:10 -0700 Subject: [PATCH] BLD: try pinning matplotlib --- conda-recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 49d8767c..bb67eb5a 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -60,6 +60,7 @@ test: - ipython>=7.16 - jinja2<3.1 - line_profiler + - matplotlib<3.9 - pcdsdevices>=8.4.0 - pytest - pytest-benchmark