From 46334ae0450d5568224ae37cbddbe7838ef86761 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Thu, 16 Mar 2023 17:29:01 +0800 Subject: [PATCH] Update setup.py (#3056) --- docs/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e4020422..30622230 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -39,7 +39,7 @@ sphinx_rtd_theme textgrid timer ToJyutping==0.2.1 -typeguard +typeguard==2.13.3 webrtcvad websockets yacs~=0.1.8 diff --git a/setup.py b/setup.py index ffe4d5f3..1545c613 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ base = [ "textgrid", "timer", "ToJyutping==0.2.1", - "typeguard", + "typeguard==2.13.3", "webrtcvad", "yacs~=0.1.8", "zhon",