diff --git a/owrx/feature.py b/owrx/feature.py index 84d5acc2..f1c2405f 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -663,7 +663,7 @@ class FeatureDetector(object): If you are using the OpenWebRX Debian or Ubuntu repository, the `python3-csdr-eti` package should be all you need. """ - required_version = LooseVersion("0.1") + required_version = LooseVersion("0.0.9") try: from csdreti.modules import csdreti_version