From 328d6b497ac3660eef15205c11b63c88017a1eb0 Mon Sep 17 00:00:00 2001 From: Joe Shannon Date: Wed, 10 Jul 2024 12:00:51 +0100 Subject: [PATCH] Add super-state-machine as direct dependency This was previously available as a transitive dependency from bluesky but has now been removed (bluesky/bluesky#1708). This is a temporary workaround to make the build work again and may be reverted if the types are made available from bluesky in future. See #553. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a52ca3da3..873896bd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ dependencies = [ "requests", "dls-bluesky-core", #requires ophyd-async "dls-dodal>=1.24.0", + "super-state-machine", # See GH issue 553 ] dynamic = ["version"] license.file = "LICENSE"