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