-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
30 lines (23 loc) · 811 Bytes
/
Copy pathrequirements.txt
File metadata and controls
30 lines (23 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Core (commander/ezb.py, ports.py, project.py, movement.py) is stdlib-only.
# Everything below powers an optional layer and is only imported when that
# layer is used.
# Camera decode + GUI preview
pillow>=11.0
# Agent interface. mcp v2 speaks spec 2026-07-28 and every earlier revision,
# so clients on older SDKs still connect.
mcp>=2.0
# Local neural TTS (no cloud, cross-platform)
piper-tts>=1.2
# look(): server-side object detection (piper already pulls onnxruntime+numpy
# in; pinned here because vision depends on them in its own right)
onnxruntime>=1.20
numpy>=2.0
# Soundboard/video clip decoding and encoding
av>=14.0
opencv-contrib-python-headless>=4.11
# Voice loop (scripts/listen.py, the chat panel's hold-to-talk)
sounddevice>=0.5
openwakeword>=0.6
faster-whisper>=1.0
# Dev
pytest>=8.0