mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-12 11:41:52 +02:00
fix: increased min version of typeguard
This commit is contained in:
@ -14,7 +14,7 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ophyd ~= 1.9",
|
"ophyd ~= 1.9",
|
||||||
"typeguard ~= 4.1, >=4.1.4",
|
"typeguard ~= 4.1, >=4.1.5",
|
||||||
"prettytable ~= 3.9",
|
"prettytable ~= 3.9",
|
||||||
"bec_lib ~= 2.12, >=2.12.2",
|
"bec_lib ~= 2.12, >=2.12.2",
|
||||||
"numpy >= 1.24, <3.0",
|
"numpy >= 1.24, <3.0",
|
||||||
|
Reference in New Issue
Block a user