Skip to content

Commit

Permalink
Allow dev to depend on sim ophyd_async
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Oct 21, 2024
1 parent 27c8fe0 commit 8129594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ dev = [
# Commented out due to dependency version conflict with pydantic 1.x
# "copier",
"myst-parser",
"ophyd_async[sim]",
"pipdeptree",
"pre-commit",
"psutil",
Expand Down
2 changes: 1 addition & 1 deletion src/dodal/plan_stubs/wrapped.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import itertools
from collections.abc import Mapping
from typing import Annotated, Any, TypeVar
from typing import Annotated, Any

import bluesky.plan_stubs as bps
from bluesky.protocols import Movable
Expand Down

0 comments on commit 8129594

Please sign in to comment.