sdr-testing/pyproject.toml

14 lines
284 B
TOML

[project]
name = "sdr-test"
version = "0.1.0"
description = "Basic setup for interfacing with the SDR"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"matplotlib>=3.10.8",
"numpy>=2.4.2",
"pyadi-iio>=0.0.20",
"pylibiio>=0.25",
"scipy>=1.17.1",
]