We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24176b commit 1f2c8cdCopy full SHA for 1f2c8cd
src/pip/_internal/resolution/resolvelib/provider.py
@@ -65,6 +65,7 @@ def get_preference(
65
66
* Prefer if any of the known requirements points to an explicit URL.
67
* If equal, prefer if any requirements contain `===` and `==`.
68
+ * If equal, prefer if requirements include version constraints (e.g., `>=` or `<`).
69
* If equal, prefer user-specified (non-transitive) requirements.
70
* If equal, order alphabetically for consistency (helps debuggability).
71
"""
0 commit comments