From 9d61b8c5ac047a9ee357d58ace2f4ec3e90dfa63 Mon Sep 17 00:00:00 2001 From: zxcd <228587199@qq.com> Date: Thu, 16 Mar 2023 16:24:51 +0800 Subject: [PATCH] cherrypick update setup.py (#3057) * Update setup.py * Update requirements.txt --- 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 c2d56bf9..db6c8099 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -39,7 +39,7 @@ sphinx_rtd_theme textgrid timer ToJyutping -typeguard +typeguard==2.13.3 webrtcvad websockets yacs~=0.1.8 diff --git a/setup.py b/setup.py index 6c04ac1e..578f4986 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ base = [ "textgrid", "timer", "ToJyutping", - "typeguard", + "typeguard==2.13.3", "webrtcvad", "yacs~=0.1.8", "zhon",