You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip some uses of packaging's PEP440 version for non-Python versions.
Version numbers from non-Python packages don't have to follow PEP440,
and there are at least a few cases where we can check for string
equality (when we don't need ordering) or rely on the library's own
version parsing (qt).
0 commit comments