fix: allow bec v3

This commit is contained in:
wakonig_k 2024-11-18 14:24:53 +01:00
parent bd3897fe84
commit 93cd972040

View File

@ -12,6 +12,7 @@ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering",
] ]
dependencies = [ dependencies = [
"ophyd ~= 1.9", "ophyd ~= 1.9",
"typeguard ~= 4.1, >=4.1.5", "typeguard ~= 4.1, >=4.1.5",