Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions dev/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,3 @@ multirun(
tags = ["manual"],
visibility = ["//:__subpackages__"],
)

alias(
name = "requirements_all.update",
actual = ":all_requirements.update",
tags = ["manual"],
visibility = ["//:__subpackages__"],
)

# NOTE: The requirements for the pip dependencies may sometimes break the build
# process due to how `pip-compile` works (i.e. it sometimes needs to build
# wheels to resolve the `pyproject.toml` file. Hence we do not lump the
# target with the other targets above.
alias(
name = "whl_library_requirements.update",
actual = "//tools/private/update_deps:update_pip_deps",
tags = ["manual"],
visibility = ["//:__subpackages__"],
)
2 changes: 1 addition & 1 deletion docs/devguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ integration test.

1. Modify the `./python/private/pypi/requirements.txt` file and run:
```
bazel run //dev:whl_library_requirements.update
bazel run //tools/private/update_deps:update_pip_deps
```
1. Run the following target to update `twine` dependencies:
```
Expand Down