Skip to content

Commit 6bb0f9d

Browse files
Update tutorials/pyproject-toml.md
Co-authored-by: Carol Willing <[email protected]>
1 parent 20f4bef commit 6bb0f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/pyproject-toml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ dependencies = ["numpy>=1.0", "requests==10.1", "pandas", "pydantic>=1.7,<2"]
407407

408408
`numpy == 1.0`.
409409

410-
Unless you are building an application, you want to be cautious about pinning dependencies to precise versions.
410+
If you are building a library package that other developers will depend upon, you must be cautious before pinning to a precise dependency version. Applications, such as production websites, will often pin their dependencies since other packages will not depend on their project.
411411
This is because
412412
users will be installing your package into various environments.
413413
A dependency pinned to a single specific version can make

0 commit comments

Comments
 (0)