From 6377df80037e88efc21a2d6dfb2f5cf5cc4e51e1 Mon Sep 17 00:00:00 2001 From: 131 <11222509+Netrvin@users.noreply.github.com> Date: Mon, 3 Jun 2024 18:03:14 +0800 Subject: [PATCH] remove extra space --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f5e2352e3..92e8089e5 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ base = [ "paddlespeech_feat", "praatio>=5.0.0, <=5.1.1", "prettytable", - "pydantic>=1.10.14, < 2.0", + "pydantic>=1.10.14, <2.0", "pypinyin<=0.44.0", "pypinyin-dict", "python-dateutil",