Skip to content

match-runtime = true build dependencies should invalidate installed distributions #15218

@charliermarsh

Description

@charliermarsh

The issue here is that if you install flash-attn with a certain torch version and match-runtime = true, then change the torch version, on uv sync, we won't invalidate the already-installed version. (If you use --reinstall, we will correctly rebuild it, because the torch version is part of the cache key; but if it's already-installed, the logic there isn't the same.)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions