mirror of https://github.com/astral-sh/uv
Fix typo in extra-build-dependencies docs (#15390)
## Summary Smol but important typo.
This commit is contained in:
parent
249154ee08
commit
5271ce5e24
|
|
@ -323,9 +323,9 @@ deep_gemm = [{ requirement = "torch", match-runtime = true }]
|
||||||
```
|
```
|
||||||
|
|
||||||
The use of `extra-build-dependencies` and `extra-build-variables` are tracked in the uv cache, such
|
The use of `extra-build-dependencies` and `extra-build-variables` are tracked in the uv cache, such
|
||||||
that changes to these settings will not trigger a reinstall and rebuild of the affected packages.
|
that changes to these settings will trigger a reinstall and rebuild of the affected packages. For
|
||||||
For example, in the case of `flash-attn`, upgrading the version of `torch` used in your project
|
example, in the case of `flash-attn`, upgrading the version of `torch` used in your project would
|
||||||
would subsequently trigger a rebuild of `flash-attn` with the new version of `torch`.
|
subsequently trigger a rebuild of `flash-attn` with the new version of `torch`.
|
||||||
|
|
||||||
#### Dynamic metadata
|
#### Dynamic metadata
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue