FIX: sửa requirement bỏ pedalboard addon

This commit is contained in:
2026-08-08 08:59:58 +07:00
parent 0f78093ce2
commit fc24b08505
3 changed files with 12 additions and 1 deletions
+3
View File
@@ -28,6 +28,9 @@ jobs:
run: |
pip install pyinstaller pywin32
pip install -r requirements.txt
# pedalboard --no-deps: tránh supertonic (kéo onnx2tf/opencv/pocket-tts —
# xung đột numpy<2 vs >=2 — 2026-08-08)
pip install --no-deps pedalboard>=0.8.0
- name: Precompile JS (Babel)
shell: bash