mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-02-23 22:18:41 -05:00
Render radioconda 2021.03.12
Restrict to Python 3.8 on Windows for Windows 7 compatibility.
This commit is contained in:
parent
a22ed08f7f
commit
fb049d6246
@ -18,7 +18,7 @@ specs:
|
||||
- libiio=0.21=py39h107f48f_4
|
||||
- libm2k=0.3.2=py39h081fc7a_0
|
||||
- limesuite=20.10.0=haf62c5d_0
|
||||
- mamba=0.8.0=py39h951de11_0
|
||||
- mamba=0.8.2=py39h951de11_0
|
||||
- pyadi-iio=0.0.7=pyhd8ed1ab_0
|
||||
- python=3.9.2=hffdb5ce_0_cpython
|
||||
- rtl-sdr=0.6.0=h516909a_1
|
||||
@ -29,5 +29,5 @@ specs:
|
||||
- soapysdr-module-uhd=0.4.1=h161985f_1
|
||||
- soapysdr=0.7.2=py39h1a9c180_3
|
||||
- uhd=3.15.0.0=py39h45f0fdd_5
|
||||
version: 2021.03.10
|
||||
version: 2021.03.12
|
||||
write_condarc: true
|
||||
|
@ -18,7 +18,7 @@ specs:
|
||||
- libiio=0.21=py39he4a4a3a_4
|
||||
- libm2k=0.3.2=py39heea7e63_0
|
||||
- limesuite=20.10.0=h1ad935b_0
|
||||
- mamba=0.8.0=py39hb671511_0
|
||||
- mamba=0.8.2=py39hb671511_0
|
||||
- pyadi-iio=0.0.7=pyhd8ed1ab_0
|
||||
- python=3.9.2=h2502468_0_cpython
|
||||
- rtl-sdr=0.6.0=haf1e3a3_1
|
||||
@ -29,5 +29,5 @@ specs:
|
||||
- soapysdr-module-uhd=0.4.1=hbf6900a_1
|
||||
- soapysdr=0.7.2=py39hedf5dff_3
|
||||
- uhd=3.15.0.0=py39h05227b4_5
|
||||
version: 2021.03.10
|
||||
version: 2021.03.12
|
||||
write_condarc: true
|
||||
|
@ -9,25 +9,25 @@ name: radioconda
|
||||
post_install: post_install.bat
|
||||
register_python_default: false
|
||||
specs:
|
||||
- digital_rf=2.6.6=py39he8411d1_1
|
||||
- gnuradio-osmosdr=0.2.3=py39h22fc04c_2
|
||||
- gnuradio-satellites=3.7.0=py39hb72217a_0
|
||||
- gnuradio-soapy=2.1.3=py39h6557334_4
|
||||
- gnuradio=3.8.2.0=py39h7048db7_8
|
||||
- digital_rf=2.6.6=py38haa20497_1
|
||||
- gnuradio-osmosdr=0.2.3=py38h6ffbe7b_2
|
||||
- gnuradio-satellites=3.7.0=py38hd090a73_0
|
||||
- gnuradio-soapy=2.1.3=py38he3a1c6d_4
|
||||
- gnuradio=3.8.2.0=py38hc062659_8
|
||||
- gqrx=2.14.4=h8461979_0
|
||||
- libiio=0.21=py39h4fd7cdf_4
|
||||
- libm2k=0.3.2=py39h2e07f2f_0
|
||||
- libiio=0.21=py38h292cb97_4
|
||||
- libm2k=0.3.2=py38hbd9d945_0
|
||||
- limesuite=20.10.0=hbaad480_0
|
||||
- mamba=0.8.0=py39h006a82b_0
|
||||
- mamba=0.8.2=py38hdd88130_0
|
||||
- pyadi-iio=0.0.7=pyhd8ed1ab_0
|
||||
- python=3.9.2=h7840368_0_cpython
|
||||
- python=3.8.0=hc9e8b01_5
|
||||
- rtl-sdr=0.6.0=he774522_1
|
||||
- soapysdr-module-lms7=20.10.0=h54dde43_0
|
||||
- soapysdr-module-plutosdr=0.2.1=h94b6719_1
|
||||
- soapysdr-module-remote=0.5.2=hcf9c798_1
|
||||
- soapysdr-module-rtlsdr=0.3.0=h74a9793_0
|
||||
- soapysdr-module-uhd=0.4.1=hc03c0ee_1
|
||||
- soapysdr=0.7.2=py39h2e07f2f_3
|
||||
- uhd=3.15.0.0=py39he0cccc2_5
|
||||
version: 2021.03.10
|
||||
- soapysdr=0.7.2=py38hbd9d945_3
|
||||
- uhd=3.15.0.0=py38ha9f05e8_5
|
||||
version: 2021.03.12
|
||||
write_condarc: true
|
||||
|
@ -8,6 +8,8 @@ platforms:
|
||||
dependencies:
|
||||
- mamba
|
||||
- python
|
||||
# restrict to python 3.8 on Windows for Windows 7 compatibility
|
||||
- python 3.8 # [win]
|
||||
|
||||
- digital_rf
|
||||
- gnuradio
|
||||
|
Loading…
Reference in New Issue
Block a user