Add PEP 723 dependencies to tfdoc.py, versions.py and build_service_agents.py (#3203)
This commit is contained in:
@@ -634,6 +634,8 @@ pip install -r tests/requirements.txt
|
||||
pip install -r tools/requirements.txt
|
||||
```
|
||||
|
||||
Some of our tools declare their dependencies in a [PEP 723-style](https://peps.python.org/pep-0723/) format, allowing you to execute them directly with `uv run`. For instance, `tools/tfdoc.py` includes its dependencies inline. As a result, when you run `uv run tools/tfdoc.py`, `uv` will automatically download the necessary dependencies for you.
|
||||
|
||||
#### Automated checks on PRs
|
||||
|
||||
We run two GitHub workflows on PRs:
|
||||
|
||||
Reference in New Issue
Block a user