From 6d10a433dbfb59ee889d7e34b72edf6fbb0b991d Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 3 Feb 2024 12:00:19 +0100 Subject: [PATCH] move up the dependency requirements --- debian/control | 2 +- owrx/feature.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 1f97364c..f123f956 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Depends: adduser, python3 (>= 3.5), python3-pkg-resources, owrx-connector (>= 0.7), - python3-csdr (>= 0.18), + python3-csdr (>= 0.19), ${python3:Depends}, ${misc:Depends} Recommends: python3-digiham (>= 0.6), diff --git a/owrx/feature.py b/owrx/feature.py index fbc7c821..93fad5da 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -195,7 +195,7 @@ class FeatureDetector(object): In addition, the [pycsdr](https://github.com/jketterl/pycsdr) package must be installed to provide python bindings for the csdr library. """ - required_version = LooseVersion("0.18.0") + required_version = LooseVersion("0.19.0") try: from pycsdr.modules import csdr_version