-
Notifications
You must be signed in to change notification settings - Fork 612
Open
Labels
area/code-healthConcerns stability, quality, technical debt, etc.Concerns stability, quality, technical debt, etc.area/dependenciesConcerns libraries or other software that TFQ depends onConcerns libraries or other software that TFQ depends onarea/installationConcerns installation of TFQConcerns installation of TFQpriority/p2Next release should contain itNext release should contain it
Description
The consensus is that the right way to build Python software with Bazel is to use bazelbuild/rules_python. Bazel doesn't see changes in the Python environment installed by pip or elsewhere; it's only aware of things that are "imported" into it.
Doing this will take some work in figuring out how to avoid replicating the contents of requirements.txt in the Bazel files, so that we maintain one source of truth for the Python dependencies.
Metadata
Metadata
Assignees
Labels
area/code-healthConcerns stability, quality, technical debt, etc.Concerns stability, quality, technical debt, etc.area/dependenciesConcerns libraries or other software that TFQ depends onConcerns libraries or other software that TFQ depends onarea/installationConcerns installation of TFQConcerns installation of TFQpriority/p2Next release should contain itNext release should contain it
Type
Projects
Status
No status