Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 328d6b4

Browse files
committed
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.
1 parent 97b43ce commit 328d6b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies = [
2727
"requests",
2828
"dls-bluesky-core", #requires ophyd-async
2929
"dls-dodal>=1.24.0",
30+
"super-state-machine", # See GH issue 553
3031
]
3132
dynamic = ["version"]
3233
license.file = "LICENSE"

0 commit comments

Comments
 (0)