From f80a2055ef6942a08db1fc363434eb2a6515955c Mon Sep 17 00:00:00 2001 From: tangkong Date: Wed, 21 Aug 2024 10:38:26 -0700 Subject: [PATCH 1/2] BLD: specify bluesky-base --- 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 cf402f9d..9137633b 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -25,7 +25,7 @@ requirements: - python >=3.7 - apischema - archapp >=1.1.0 - - bluesky + - bluesky-base - bluesky-queueserver >=0.0.19 - bluesky-widgets # databroker >2 incompatible with pydantic v2 From 4df622877d239e037edd0c8bc7080cd7f1ceb062 Mon Sep 17 00:00:00 2001 From: tangkong Date: Wed, 21 Aug 2024 10:39:54 -0700 Subject: [PATCH 2/2] DOC: update release notes --- docs/source/releases.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/releases.rst b/docs/source/releases.rst index 526ee607..31125475 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -21,6 +21,7 @@ Maintenance ----------- - Pins numpy<2.0 to avoid issues with upstream incompatibilities - Refactors find-replace logic and dataclasses into a separate module from the widgets that display them +- Specify bluesky-base in conde dependnecies to avoid matplotlib Contributors ------------