Commented optional sdr dependencies
All checks were successful
Test with tox / Test with tox (3.11) (pull_request) Successful in 28s
Test with tox / Test with tox (3.10) (pull_request) Successful in 39s
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 48s
Build Project / Build Project (3.10) (pull_request) Successful in 47s
Build Project / Build Project (3.11) (pull_request) Successful in 46s
Build Project / Build Project (3.12) (pull_request) Successful in 48s
Test with tox / Test with tox (3.12) (pull_request) Successful in 26s
All checks were successful
Test with tox / Test with tox (3.11) (pull_request) Successful in 28s
Test with tox / Test with tox (3.10) (pull_request) Successful in 39s
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 48s
Build Project / Build Project (3.10) (pull_request) Successful in 47s
Build Project / Build Project (3.11) (pull_request) Successful in 46s
Build Project / Build Project (3.12) (pull_request) Successful in 48s
Test with tox / Test with tox (3.12) (pull_request) Successful in 26s
This commit is contained in:
parent
79aa1fc0a4
commit
77d1773370
|
|
@ -48,14 +48,14 @@ dependencies = [
|
||||||
"pyzmq (>=27.1.0,<28.0.0)",
|
"pyzmq (>=27.1.0,<28.0.0)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
# [project.optional-dependencies] Commented out to prevent Tox tests from failing
|
||||||
# SDR hardware-specific dependencies (optional installs)
|
# # SDR hardware-specific dependencies (optional installs)
|
||||||
rtlsdr = ["pyrtlsdr>=0.2.9"]
|
# rtlsdr = ["pyrtlsdr>=0.2.9"]
|
||||||
pluto = ["pyadi-iio>=0.0.14"]
|
# pluto = ["pyadi-iio>=0.0.14"]
|
||||||
usrp = [] # Requires system UHD installation
|
# usrp = [] # Requires system UHD installation
|
||||||
hackrf = ["pyhackrf>=0.2.0"]
|
# hackrf = ["pyhackrf>=0.2.0"]
|
||||||
bladerf = [] # Requires system libbladerf installation
|
# bladerf = [] # Requires system libbladerf installation
|
||||||
thinkrf = ["pyrf>=2.8.0"] # NOTE: Requires lib2to3 post-install fix (see docs/)
|
# thinkrf = ["pyrf>=2.8.0"] # NOTE: Requires lib2to3 post-install fix (see docs/)
|
||||||
|
|
||||||
# All SDR hardware support
|
# All SDR hardware support
|
||||||
all-sdr = [
|
all-sdr = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user