From ea0c32df8c237dcd4c4a594de02134f889365839 Mon Sep 17 00:00:00 2001 From: Jo <10510431+j178@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:19:44 +0800 Subject: [PATCH] docs: remove "Only a single source may be defined for each dependency" (#8243) After #7745, mutiple sources are supported. --- docs/concepts/dependencies.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/concepts/dependencies.md b/docs/concepts/dependencies.md index 4c832758a..cc8ba877c 100644 --- a/docs/concepts/dependencies.md +++ b/docs/concepts/dependencies.md @@ -76,8 +76,6 @@ additional sources are supported by uv: - Path: A local wheel, source distribution, or project directory. - Workspace: A member of the current workspace. -Only a single source may be defined for each dependency. - Note that if a non-uv project uses a project with sources as a Git- or path-dependency, only `project.dependencies` and `project.optional-dependencies` are respected. Any information provided in the source table will need to be re-specified in a format specific to the other package manager.