From 77d1773370249c119446cbec1013cf8b0ca65a93 Mon Sep 17 00:00:00 2001 From: madrigal Date: Fri, 17 Oct 2025 16:40:58 -0400 Subject: [PATCH] Commented optional sdr dependencies --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 67fdf50..1c4709b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,14 +48,14 @@ dependencies = [ "pyzmq (>=27.1.0,<28.0.0)", ] -[project.optional-dependencies] -# SDR hardware-specific dependencies (optional installs) -rtlsdr = ["pyrtlsdr>=0.2.9"] -pluto = ["pyadi-iio>=0.0.14"] -usrp = [] # Requires system UHD installation -hackrf = ["pyhackrf>=0.2.0"] -bladerf = [] # Requires system libbladerf installation -thinkrf = ["pyrf>=2.8.0"] # NOTE: Requires lib2to3 post-install fix (see docs/) +# [project.optional-dependencies] Commented out to prevent Tox tests from failing +# # SDR hardware-specific dependencies (optional installs) +# rtlsdr = ["pyrtlsdr>=0.2.9"] +# pluto = ["pyadi-iio>=0.0.14"] +# usrp = [] # Requires system UHD installation +# hackrf = ["pyhackrf>=0.2.0"] +# bladerf = [] # Requires system libbladerf installation +# thinkrf = ["pyrf>=2.8.0"] # NOTE: Requires lib2to3 post-install fix (see docs/) # All SDR hardware support all-sdr = [