From 70f0e8416c2e26cb646faefbb6bb93887c988dde Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Wed, 14 Apr 2021 17:15:33 -0400 Subject: [PATCH] Force gnuradio 3.9 and uhd 4.0 for dev environment. --- radioconda.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/radioconda.yaml b/radioconda.yaml index 3ffa866..37d8609 100644 --- a/radioconda.yaml +++ b/radioconda.yaml @@ -11,11 +11,11 @@ dependencies: - ipython - python # restrict to python 3.8 on Windows for Windows 7 compatibility - - python 3.8 # [win] + - python 3.8.* # [win] - radioconda_console_shortcut # [win] - digital_rf - - gnuradio + - gnuradio 3.9.* - gnuradio-osmosdr - gnuradio-satellites - gnuradio-soapy @@ -35,4 +35,4 @@ dependencies: - soapysdr-module-remote - soapysdr-module-rtlsdr - soapysdr-module-uhd - - uhd + - uhd 4.0.*