-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
del python2 code #33556
del python2 code #33556
Conversation
Thanks for your contribution! |
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.
decorator==4.4.2
指定版本号的原因就是因为py2么?
numpy>=1.13 ; python_version>="3.5" and platform_system != "Windows" | ||
numpy>=1.13, <=1.19.3 ; python_version>="3.5" and platform_system == "Windows" | ||
protobuf>=3.1.0 | ||
gast>=0.3.3 ; platform_system != "Windows" | ||
gast==0.3.3 ; platform_system == "Windows" | ||
Pillow | ||
six | ||
decorator==4.4.2 | ||
decorator |
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.
good job。删了版本号肯定是好事
这个就是为了py2才指定的4.4.2版本么?还是有别的目的指定的版本号?
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.
是的,当时Py2上需要指定版本号,现在删除能跑过说明可以删除。之前PR:#32043
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.
nice 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.
LGTM
LGTM |
PR types
Others
PR changes
Others
Describe
del python2 code