mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 04:17:37 +00:00
Closes https://github.com/astral-sh/uv/issues/7606 We'll need to dig deeper into the cause here.
This commit is contained in:
parent
e47e8fe965
commit
aca36fe3b6
2 changed files with 1 additions and 43 deletions
|
|
@ -569,7 +569,7 @@ impl IncompatibleWheel {
|
|||
},
|
||||
Self::Tag(tag_self) => match other {
|
||||
Self::ExcludeNewer(_) => false,
|
||||
Self::Tag(tag_other) => tag_self > tag_other,
|
||||
Self::Tag(tag_other) => tag_other > tag_self,
|
||||
Self::NoBinary | Self::RequiresPython(_, _) | Self::Yanked(_) => true,
|
||||
},
|
||||
Self::RequiresPython(_, _) => match other {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue