Skip to content

Commit 8dfcdaa

Browse files
Update import from ophyd-async panda (#1941)
* Update import from ophyd-async panda * Pin ophyd-async * Update uv.lock --------- Co-authored-by: Robert Tuck <robert.tuck@diamond.ac.uk>
1 parent e70315c commit 8dfcdaa

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "Ophyd devices and other utils that could be used across DLS beaml
1414
dependencies = [
1515
"click",
1616
"ophyd",
17-
"ophyd-async[ca,pva]>=v0.15.0",
17+
"ophyd-async[ca,pva]>=v0.16.0",
1818
"bluesky>=1.14.5",
1919
"pyepics",
2020
"pillow",

src/dodal/plans/load_panda_yaml.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from ophyd_async.core import YamlSettingsProvider
2-
from ophyd_async.fastcs.panda import HDFPanda
3-
from ophyd_async.plan_stubs import apply_panda_settings, retrieve_settings
2+
from ophyd_async.fastcs.panda import HDFPanda, apply_panda_settings
3+
from ophyd_async.plan_stubs import retrieve_settings
44

55

66
def load_panda_from_yaml(yaml_directory: str, yaml_file_name: str, panda: HDFPanda):

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)