Fix statement in Required environments docs (#12540)

## Summary

The beginning of the sentence says that the package only publishes
distributions for Linux, so it will only be installable on Linux.
This commit is contained in:
johnthagen 2025-03-28 20:36:59 -04:00 committed by GitHub
parent ab3bab1421
commit 57c57d1011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ install the resulting built distribution.
Some packages (like PyTorch) publish built distributions, but omit a source distribution. Such
packages are _only_ installable on platforms for which a built distribution is available. For
example, if a package publishes built distributions for Linux, but not macOS or Windows, then that
package will _only_ be installable on Windows.
package will _only_ be installable on Linux.
Packages that lack source distributions cause problems for universal resolution, since there will
typically be at least one platform or Python version for which the package is not installable.