Move scipy and matplotlib from server to demos requirements

Both are only used by scripts/demos — the server itself only needs numpy
(used by kalman.py, delay.py, tempSensorSim.py, hendiCtrl.py).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SH2D4LRuCnhLSzoYerAfJX
This commit is contained in:
2026-06-28 20:11:43 +02:00
co-authored by Claude Sonnet 4.6
parent 5b0be831e2
commit 9d12dd9a95
2 changed files with 3 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
numpy
scipy
matplotlib