pip package rules for bazel that are fast (incremental fetch), support different python versions and work with all kinds of packages (i.e. packages with namespaces)
The underlying issue is that wheel allows the existence of duplicate dependency specification so long as there's different version constraints. For example,
This PR tries to address https://github.com/ali5h/rules_pip/issues/22.
The underlying issue is that wheel allows the existence of duplicate dependency specification so long as there's different version constraints. For example,
This is a valid specification.