mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-06 03:40:41 +02:00
build: min bec dependency is 3.13 due to ScanInfo
This commit is contained in:
parent
69fd4e0561
commit
91465fbc38
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user