You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,10 @@ It is possible to add as many overrides as needed.
120
120
When writing the *constraints-out*, the new version will be taken into account.
121
121
If there is a source section defined for the same package, the source will be used and entries here are ignored.
122
122
123
+
Note: When using [uv](https://pypi.org/project/uv/) pip install the version overrides here are not needed, since it [supports overrides nativly](https://github.com/astral-sh/uv?tab=readme-ov-file#dependency-overrides).
124
+
With uv it is recommended to create an `overrides.txt` file with the version overrides and use `uv pip install --overrides overrides.txt [..]` to install the packages.
125
+
126
+
123
127
#### `ignores`
124
128
125
129
Ignore packages that are already defined in a dependent constraints file.
0 commit comments