ce61b71cf4
Agent-Logs-Url: https://github.com/NawfalMotii79/PLFM_RADAR/sessions/39ac635f-c79b-438f-8764-8db7361e4d50 Co-authored-by: JJassonn69 <83615043+JJassonn69@users.noreply.github.com>
20 lines
373 B
Plaintext
20 lines
373 B
Plaintext
# PLFM Radar GUI V7 — Python dependencies
|
|
# Install with: pip install -r requirements_v7.txt
|
|
|
|
# Core (required)
|
|
PyQt6>=6.5
|
|
PyQt6-WebEngine>=6.5
|
|
numpy>=1.24
|
|
matplotlib>=3.7
|
|
|
|
# Hardware interfaces (optional — GUI degrades gracefully)
|
|
pyusb>=1.2
|
|
pyftdi>=0.54
|
|
|
|
# Signal processing (optional)
|
|
scipy>=1.10
|
|
|
|
# Tracking / clustering (optional)
|
|
scikit-learn>=1.2
|
|
filterpy>=1.4
|