Exclude the yanked package in the requirement file and fix the curren… #3027
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…t breakage due to the missing of jaraco-functools
Description
We pinned some packages in the requirement file to avoid uv resolve to yanked versions. This PR exclude the yanked versions instead for more flexibility.
The tpu-requirements.txt is generated by running
seed-env --local-requirements=dependencies/requirements/base_requirements/tpu-base-requirements.txt --host-name=MaxText --seed-commit=3412cca20be99ddb96916dea2268220a420fdada --python-version=3.12 --requirements-txt=tpu-requirements.txt --output-dir=generated_tpu_artifactswhere the--seed-commit=3412cca20be99ddb96916dea2268220a420fdadais the commit where we get JAX 0.8.1's requirement lock file.Checklist
Before submitting this PR, please make sure (put X in square brackets):
gemini-reviewlabel.