build: min bec dependency is 3.13 due to ScanInfo

This commit is contained in:
wakonig_k 2025-03-08 09:35:34 +01:00
parent 69fd4e0561
commit 91465fbc38

View File

@ -17,7 +17,7 @@ dependencies = [
"ophyd ~= 1.10",
"typeguard ~= 4.1, >=4.1.5",
"prettytable ~= 3.9",
"bec_lib~=3.0",
"bec_lib~=3.13",
"numpy >= 1.24, <3.0",
"pyyaml ~= 6.0",
"std_daq_client ~= 1.3",
@ -29,7 +29,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"bec-server~=3.0",
"bec-server~=3.13",
"pillow ~= 11.1",
"black~=24.0",
"isort~=5.13, >=5.13.2",