Commit be33668
authored
Add
This fixes the `torchax` CI failures (e.g. [#9705 action][1]) caused by
the [`flax` dependency][2], which pulls `jax` 0.8.0 (or newer) for some
Python versions.
**Key Changes:**
- Set upper bound `<0.8.0` in `pyproject.toml` optional dependency
section
- Install `torchax` before the test dependencies
[1]:
https://github.com/pytorch/xla/actions/runs/19229289257/job/54963835669?pr=9705
[2]:
https://github.com/pytorch/xla/blob/611a5cc2675133e6b159a2be8b07b65c44656f29/torchax/dev-requirements.txt#L5torchax maximum version. (#9706)1 parent 95446d3 commit be33668
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
0 commit comments