From b0c0e039e0bc0cbb0167e7e2e5f75e33f8f0323e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=99=BA=E8=BF=9C?= Date: Wed, 10 May 2023 13:13:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=AF=E5=8A=A8=E6=97=B6nu?= =?UTF-8?q?mpy=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1545c6139..768e7562e 100644 --- a/setup.py +++ b/setup.py @@ -69,6 +69,7 @@ base = [ "webrtcvad", "yacs~=0.1.8", "zhon", + "numpy==1.23.5", ] server = ["pattern_singleton", "websockets"]