fix: increased min version of typeguard

This commit is contained in:
wakonig_k 2024-10-01 12:41:43 +02:00
parent 825a7dee5e
commit e379282664

View File

@ -14,7 +14,7 @@ classifiers = [
]
dependencies = [
"ophyd ~= 1.9",
"typeguard ~= 4.1, >=4.1.4",
"typeguard ~= 4.1, >=4.1.5",
"prettytable ~= 3.9",
"bec_lib ~= 2.12, >=2.12.2",
"numpy >= 1.24, <3.0",