-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【Hackathon 8th No.7】Python版本适配 3 #3969
Conversation
setup.py
Outdated
@@ -56,10 +56,10 @@ | |||
"paddleslim>=2.3.4", | |||
"ppdiffusers>=0.9.0", | |||
"paddlespeech_feat", | |||
"praatio>=5.0.0, <=5.1.1", | |||
"praatio", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to test if MFA can work
"prettytable", | ||
"pydantic>=1.10.14, <2.0", | ||
"pypinyin<=0.44.0", | ||
"pydantic", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check #3715 whether work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix with Optional[str]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR types
Others
PR changes
Others
Describe
移除对部分依赖库的版本限制
基于 https://github.com/timmahrt/praatIO/blob/main/UPGRADING.md#version-5-to-6-migration