Skip to content

Commit f2cdcd0

Browse files
authored
Remove invalid specifier from resolution documentation
2 parents d4195e4 + 13c73dd commit f2cdcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html/topics/dependency-resolution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ To find a version of both `package_coffee` and `package_tea` that depend on
245245
the same version of `package_water`, you might consider:
246246

247247
- Loosening the range of packages that you are prepared to install
248-
(e.g. `pip install "package_coffee>0.44.*" "package_tea>4.0.0"`)
248+
(e.g. `pip install "package_coffee>0.44" "package_tea>4.0.0"`)
249249
- Asking pip to install _any_ version of `package_coffee` and `package_tea`
250250
by removing the version specifiers altogether (e.g.
251251
`pip install package_coffee package_tea`)

0 commit comments

Comments
 (0)