Skip to content

Commit

Permalink
Fix header level of "Conflicting dependencies" page (#9330)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Nov 21, 2024
1 parent 8149e63 commit 82f9690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/projects/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ which instructs uv to install the project in non-editable mode. `--no-editable`
deployment use-cases, such as building a Docker container, in which the project should be included
in the deployed environment without a dependency on the originating source code.

### Conflicting dependencies
## Conflicting dependencies

uv requires that all optional dependencies ("extras") declared by the project are compatible with
each other and resolves all optional dependencies together when creating the lockfile.
Expand Down

0 comments on commit 82f9690

Please sign in to comment.