From 8a4c15b543ae69b46294ec62049ba2f23cf53bd1 Mon Sep 17 00:00:00 2001 From: tangkong Date: Wed, 21 Aug 2024 16:39:10 -0700 Subject: [PATCH 1/2] BLD: use bluesky-base instead of bluesky(all) --- conda-recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index a535226216e..e63cefc47a5 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -21,7 +21,7 @@ requirements: - setuptools_scm run: - python >=3.9 - - bluesky >=1.6.4 + - bluesky-base >=1.6.4 - happi - jsonschema - lightpath >=1.0.0 @@ -45,7 +45,7 @@ test: requires: - pytest - pytest-timeout - - matplotlib + - matplotlib <3.9 # avoid installing qt6 - typhos imports: - {{ import_name }} From 074804c767ff29c4982f442477b1385dde16507e Mon Sep 17 00:00:00 2001 From: Robert Tang-Kong <35379409+tangkong@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:56:00 -0700 Subject: [PATCH 2/2] Try removing matplotlib as a test dependency Co-authored-by: Zachary Lentz --- conda-recipe/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index e63cefc47a5..f80390e85b9 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -45,7 +45,6 @@ test: requires: - pytest - pytest-timeout - - matplotlib <3.9 # avoid installing qt6 - typhos imports: - {{ import_name }}