From 45f575417e0c892cb39c9b4ecc4aa5c4a11b6504 Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Wed, 19 May 2021 16:28:03 -0400 Subject: [PATCH] Restrict main radioconda to gnuradio 3.8 now that 3.9 is an option. --- radioconda.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radioconda.yaml b/radioconda.yaml index 3ffa866..41de7b7 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.8.* - gnuradio-osmosdr - gnuradio-satellites - gnuradio-soapy