build: Update bec_lib dependency due to ScanInfo introduction

This commit is contained in:
2025-03-05 15:35:48 +01:00
parent 7baba53c35
commit 20d0fb5d10

View File

@ -17,7 +17,7 @@ dependencies = [
"ophyd ~= 1.10", "ophyd ~= 1.10",
"typeguard ~= 4.1, >=4.1.5", "typeguard ~= 4.1, >=4.1.5",
"prettytable ~= 3.9", "prettytable ~= 3.9",
"bec_lib~=3.0", "bec_lib~=3.0, >=3.13",
"numpy >= 1.24, <3.0", "numpy >= 1.24, <3.0",
"pyyaml ~= 6.0", "pyyaml ~= 6.0",
"std_daq_client ~= 1.3", "std_daq_client ~= 1.3",