From 9a95cdc4a92745cf512017159f4ae9c6e38a32d7 Mon Sep 17 00:00:00 2001 From: hailin Date: Thu, 19 Feb 2026 05:09:01 -0800 Subject: [PATCH] fix: update numpy to 1.26.4 for pipecat-ai compatibility pipecat-ai==0.0.30 requires numpy~=1.26.4, conflicting with 1.26.0. Co-Authored-By: Claude Opus 4.6 --- packages/services/voice-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/services/voice-service/requirements.txt b/packages/services/voice-service/requirements.txt index 483116f..c8cb5e9 100644 --- a/packages/services/voice-service/requirements.txt +++ b/packages/services/voice-service/requirements.txt @@ -11,4 +11,4 @@ pydantic==2.6.0 pydantic-settings==2.2.0 python-dotenv==1.0.0 httpx==0.27.0 -numpy==1.26.0 +numpy==1.26.4