Commit 3898567
authored
Drop Levanter protobuf upper bound (#5171)
## Summary
- Drop Levanter's direct `protobuf<7` upper bound now that
TensorBoard/XProf compatibility has been rechecked.
- Refresh the lockfile for the affected profiling packages.
Fixes #5139.
## Validation
- `uv lock -P protobuf -P tensorboard -P tensorboardx -P xprof`
- `uv run --package marin-levanter --extra profiling --group test pytest
lib/levanter/tests/test_tensorboard.py`
- `uv run --isolated --with 'protobuf>=7' --with 'tensorboard>=2.16'
--with 'tensorboardX>=2.6' --with 'xprof' python -c "..."`
- `./infra/pre-commit.py --fix lib/levanter/pyproject.toml uv.lock`
- `uv lock --check`
- `git diff --check`
Co-authored-by: Romain Yon <1596570+yonromai@users.noreply.github.com>1 parent 28163ea commit 3898567
2 files changed
Lines changed: 19 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments