PyQt6>=6.5.0 pyqtgraph>=0.13.3 numpy>=1.24.0 pyserial>=3.5 # Optional - install if using real hardware: # nidaqmx>=0.9.0 # NI-DAQmx Python API (requires NI-DAQmx runtime) # For Arduino: pyserial is sufficient (already listed above) # Optional - install for Motion Capture plugin: # opencv-python>=4.8.0 # Camera capture + CSRT point tracking # Arch Linux: sudo pacman -S python-opencv # Other: pip install opencv-python