mirror of https://github.com/astral-sh/uv
Fix typo in `concepts/projects/config.md` (#14759)
This commit is contained in:
parent
bd4c7ff860
commit
d85a300b5f
|
|
@ -367,9 +367,9 @@ in the deployed environment without a dependency on the originating source code.
|
||||||
|
|
||||||
## Conflicting dependencies
|
## Conflicting dependencies
|
||||||
|
|
||||||
uv requires resolves all project dependencies together, including optional dependencies ("extras")
|
uv resolves all project dependencies together, including optional dependencies ("extras") and
|
||||||
and dependency groups. If dependencies declared in one section are not compatible with those in
|
dependency groups. If dependencies declared in one section are not compatible with those in another
|
||||||
another section, uv will fail to resolve the requirements of the project with an error.
|
section, uv will fail to resolve the requirements of the project with an error.
|
||||||
|
|
||||||
uv supports explicit declaration of conflicting dependency groups. For example, to declare that the
|
uv supports explicit declaration of conflicting dependency groups. For example, to declare that the
|
||||||
`optional-dependency` groups `extra1` and `extra2` are incompatible:
|
`optional-dependency` groups `extra1` and `extra2` are incompatible:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue