fix: bump ophyd version to 1.10, remove patch, fix corresponding test

This commit is contained in:
2024-12-04 11:33:37 +01:00
parent 35f3819c03
commit f166847387
4 changed files with 7 additions and 103 deletions

View File

@ -14,7 +14,7 @@ classifiers = [
]
dependencies = [
"ophyd ~= 1.9",
"ophyd ~= 1.10",
"typeguard ~= 4.1, >=4.1.5",
"prettytable ~= 3.9",
"bec_lib >=2.12.2, <=4.0",