Fix missing sklearn module in miku-bot; upgrade miku-stt to CUDA 12.8.1 + PyTorch 2.7.1

- miku-bot: Re-add scikit-learn to requirements.txt (needed for vision color extraction)
- miku-stt: Upgrade from CUDA 12.6.2 to 12.8.1, PyTorch 2.5.1 to 2.7.1 per RealtimeSTT PR #295
- miku-stt: Use Ubuntu 24.04 with Python 3.12 (single installation, no dual Python)
- miku-stt: Add requirements-gpu-torch.txt for separate PyTorch installation
- miku-stt: Use --break-system-packages flag for Ubuntu 24.04 pip compatibility
This commit is contained in:
2026-02-23 14:31:48 +02:00
parent 615dd4a5ef
commit 9b74acd03b
3 changed files with 21 additions and 21 deletions

View File

@@ -14,6 +14,7 @@ Pillow
opencv-contrib-python
numpy
transformers
scikit-learn
PyNaCl>=1.5.0
websockets>=12.0
discord-ext-voice-recv