Remove deprecated aiy-voice-kit, update requirements for modern Python 3.11

This commit is contained in:
Claw - AI Now Inc 2026-03-01 11:12:13 -08:00
parent 14c03e47e7
commit 13ec0188ec

View File

@ -1,9 +1,5 @@
# Google AIY Voice Kit V1 - Bilingual Voice Assistant # Voice Assistant - Python Dependencies
# Python Dependencies # AI Now Inc - Del Mar Demo Unit
# Google AIY
git+https://github.com/google/aiyprojects-raspbian.git#egg=aiy-voice-kit
aiy-voice-kit
# Google Cloud Services (optional, for cloud speech/TTS) # Google Cloud Services (optional, for cloud speech/TTS)
google-cloud-speech>=2.0.0 google-cloud-speech>=2.0.0
@ -25,12 +21,13 @@ requests>=2.28.0
websocket-client>=1.5.0 websocket-client>=1.5.0
# Voice Activity Detection # Voice Activity Detection
vosk>=0.3.50 # Offline speech recognition vosk>=0.3.50
pocketsphinx>=5.0.0 # Alternative offline recognition
# Offline speech recognition
pocketsphinx>=5.0.0
# Hotword Detection # Hotword Detection
porcupine>=2.2.0 # Hotword detection porcupine>=2.2.0
snowboy>=1.3.0 # Alternative hotword detection
# Configuration # Configuration
python-dotenv>=0.19.0 python-dotenv>=0.19.0
@ -42,3 +39,7 @@ colorlog>=6.0.0
# Utilities # Utilities
fuzzywuzzy>=0.18.0 # Fuzzy string matching for music search fuzzywuzzy>=0.18.0 # Fuzzy string matching for music search
python-Levenshtein>=0.19.0 # Fast string matching python-Levenshtein>=0.19.0 # Fast string matching
# OpenClaw Client
openai>=1.0.0
elevenlabs>=0.2.0