Skip to content

Commit

Permalink
Add super-state-machine as direct dependency (#554)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
joeshannon authored Jul 10, 2024
1 parent 97b43ce commit 84c39cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 84c39cf

Please sign in to comment.