From f6218316e3be95e334b343fa9acc18945e1335dc Mon Sep 17 00:00:00 2001 From: imClumsyPanda Date: Sun, 18 Jun 2023 21:52:49 +0800 Subject: [PATCH] update requirements.txt and model_config.py --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b067c19..9f962dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,5 +33,4 @@ numpy~=1.23.5 tqdm~=4.65.0 requests~=2.28.2 tenacity~=8.2.2 -# 默认下载的charset_normalizer模块版本过高会抛出,`artially initialized module 'charset_normalizer' has no attribute 'md__mypyc' (most likely due to a circular import)` charset_normalizer==2.1.0 \ No newline at end of file