Commit 5491979
deps: unpin jax/jaxlib now that numpyro 0.21.0 ships fix (#404)
## Summary
- Reverts the temporary `<0.10` cap on `jax`/`jaxlib` (and
`jax[cuda12]`) introduced in #391 across `pyproject.toml` and
`setup.cfg`.
- Removes the inline TODO comments referencing
[pyro-ppl/numpyro#2173](pyro-ppl/numpyro#2173).
- numpyro#2173 merged 2026-05-02 and shipped in numpyro **0.21.0** the
same day. The fix wraps the `xla_pmap_p` import in a try/except so the
absence on jax ≥ 0.10.0 no longer breaks `import numpyro` (and therefore
`pybefit`).
## Verification
- [x] Confirmed numpyro 0.21.0 release tag contains the try/except guard
in `numpyro/ops/provenance.py`.
- [x] `uv lock --dry-run` resolves cleanly: jax 0.10.0, jaxlib 0.10.0,
numpyro 0.21.0, pybefit 0.1.23.
- [x] Standard `Test` CI passes on this PR.
- [x] Manual Branch Nightly run on this branch passes.
## Notes
This closes out the workaround from #389. Should be a clean inverse of
#391.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 23c29ed commit 5491979
3 files changed
Lines changed: 11 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
405 | | - | |
| 405 | + | |
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
447 | | - | |
| 447 | + | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
| 450 | + | |
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| |||
710 | 710 | | |
711 | 711 | | |
712 | 712 | | |
713 | | - | |
| 713 | + | |
714 | 714 | | |
715 | 715 | | |
716 | 716 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 27 | + | |
| 28 | + | |
32 | 29 | | |
33 | 30 | | |
34 | 31 | | |
| |||
60 | 57 | | |
61 | 58 | | |
62 | 59 | | |
63 | | - | |
| 60 | + | |
64 | 61 | | |
65 | 62 | | |
66 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 27 | + | |
| 28 | + | |
33 | 29 | | |
34 | 30 | | |
35 | 31 | | |
| |||
40 | 36 | | |
41 | 37 | | |
42 | 38 | | |
43 | | - | |
| 39 | + | |
44 | 40 | | |
45 | 41 | | |
46 | 42 | | |
| |||
0 commit comments