tiatoolbox . utils . env_detection . version_to_tuple
tiatoolbox
utils
env_detection
version_to_tuple
Convert a version string to a tuple of ints.
Only supports versions containing integers and periods.
match (str) – The version string to convert.
The version string as a tuple of ints.
tuple