Skip to content

Commit

Permalink
fix pydantic dependency (#3715)
Browse files Browse the repository at this point in the history
* fix pydantic dependency

pydantic>=2.0时,str不能为None

* remove extra space
  • Loading branch information
Netrvin authored Nov 4, 2024
1 parent 6316514 commit e41a879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"paddlespeech_feat",
"praatio>=5.0.0, <=5.1.1",
"prettytable",
"pydantic>=1.10.14, <2.0",
"pypinyin<=0.44.0",
"pypinyin-dict",
"python-dateutil",
Expand Down

0 comments on commit e41a879

Please sign in to comment.