Skip to content

Commit e41a879

Browse files
authored
fix pydantic dependency (#3715)
* fix pydantic dependency pydantic>=2.0时,str不能为None * remove extra space
1 parent 6316514 commit e41a879

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"paddlespeech_feat",
6060
"praatio>=5.0.0, <=5.1.1",
6161
"prettytable",
62+
"pydantic>=1.10.14, <2.0",
6263
"pypinyin<=0.44.0",
6364
"pypinyin-dict",
6465
"python-dateutil",

0 commit comments

Comments
 (0)