summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2026-08-02 01:34:43 -0600
committerChristian Kolset <christian.kolset@gmail.com>2026-08-02 01:34:43 -0600
commita3aa1df99df8f413cac2ba6020b7cd0dec6d2390 (patch)
treea4c5feca6b0db326d9e54f417abc132c1270a7a3 /requirements.txt
parentf5066a8ca2fb50aa3dddf2c8847e52574cdde6ad (diff)
parentf1aaffbc3eb1e2c154315c556d2555803eea7997 (diff)
Merge origin/main: reconcile ConfigWindow consolidation with Debug window + protocol updates
origin/main (23 commits) added a Debug window/log system on top of the old separate Devices/Channels/Plot windows, plus protocol fixes (cml, mark10, modbus_rtu, scpi) and device/profile changes. Local main (3 commits) replaced the separate windows with a unified ConfigWindow + dock panel. Kept local's ConfigWindow/dock architecture and ported the Debug window onto it: new toolbar button + _open_debug(), gated by developer_mode same as origin's version. Deduped the two independent "developer mode" toggles that had collided in SettingsWindow (origin's General-tab checkbox gating Debug window + device sim-mode visibility, local's Advanced-tab checkbox setting verbose logging) into one General-tab checkbox that does both. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index 5178fa4..05152ea 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,11 +3,10 @@ pyqtgraph>=0.13.3
numpy>=1.24.0
pyserial>=3.5
-# Optional - install if using real hardware:
+# Optional - install if using National Instruments hardware:
# nidaqmx>=0.9.0 # NI-DAQmx Python API (requires NI-DAQmx runtime)
-# For Arduino: pyserial is sufficient (already listed above)
+# pip install nidaqmx
# 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
+# pip install opencv-python