| commit | f88e083e0f7659126d34d2249c7f89bea66db94b | [log] [tgz] |
|---|---|---|
| author | Elvis M. Wianda <7077790+ewianda@users.noreply.github.com> | Sun Nov 17 22:10:40 2024 -0500 |
| committer | GitHub <noreply@github.com> | Mon Nov 18 03:10:40 2024 +0000 |
| tree | c765b2a059e67767c78696b07d58142ee8dd75a5 | |
| parent | 68d1b4104f1d6f72ed0f3a8a5bf0a75d94cb74ec [diff] |
fix(pypi): handle multiple versions of the same package when parsing requirements files (#2377) This change makes it possible to handle local versions of packages, which is extremely useful with PyTorch. With this change, it is possible to have different local versions of the same package in the `requirements.txt` file translated to valid `whl_library` repositories. Fixes #2337
This repository is the home of the core Python rules -- py_library, py_binary, py_test, py_proto_library, and related symbols that provide the basis for Python support in Bazel. It also contains package installation rules for integrating with PyPI and other indices.
Documentation for rules_python is at https://rules-python.readthedocs.io and in the Bazel Build Encyclopedia.
Examples live in the examples directory.
The core rules are stable. Their implementation is subject to Bazel's backward compatibility policy. This repository aims to follow semantic versioning.
The Bazel community maintains this repository. Neither Google nor the Bazel team provides support for the code. However, this repository is part of the test suite used to vet new Bazel releases. See How to contribute page for information on our development workflow.
For detailed documentation, see https://rules-python.readthedocs.io
See Bzlmod support for more details.