Skip to content

Commit

Permalink
Update pip.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-thm authored Dec 2, 2024
1 parent 332d199 commit ba478de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uv/pip.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def pip_compile(
May also be provided as a list of strings which represent the requirements file lines.
requirements_txt: (optional, default "//:requirements.txt") a label for the requirements.txt file.
python_platform: (optional) a uv pip compile compatible value for --python-platform.
universal: (optional, default False) use UV's `--universal` option
universal: (optional, default False) use uv's `--universal` option
target_compatible_with: (optional) specify that a particular target is compatible only with certain
Bazel platforms.
args: (optional) override the default arguments passed to uv pip compile, default arguments are:
Expand Down

0 comments on commit ba478de

Please sign in to comment.