From 20d0fb5d10a77ad2d920f8f8ba262e9e577f1188 Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 5 Mar 2025 15:35:48 +0100 Subject: [PATCH] build: Update bec_lib dependency due to ScanInfo introduction --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 735f881..ce1e0ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "ophyd ~= 1.10", "typeguard ~= 4.1, >=4.1.5", "prettytable ~= 3.9", - "bec_lib~=3.0", + "bec_lib~=3.0, >=3.13", "numpy >= 1.24, <3.0", "pyyaml ~= 6.0", "std_daq_client ~= 1.3",