Commit 64ac43a
authored
[CI] Bump Flax and Jaxlib versions to fix Jaxlib install error (#15421)
Bump Flax and Jax versions to fix install error
The Flax dependency Orbax (v0.1.8) has deprecated being able to install
Orbax as a standalone package. Flax v0.6.8 attempts to install Orbax as
a standalone package and raises an error about doing so.
Going forward, the package orbax-checkpoint should be installed instead.
Flax v0.6.8 does not recognize this and attempts to install Orbax
instead of orbax-checkpoint and the installation fails.
In order to resolve Jax installation issues, bumping the version of Flax
to be at least 0.6.9, which resolves the problem. Flax >= 0.6.9 does not
pin the version of orbax-checkpoint that it installs and the latest
version requires Jax >= 0.4.9 to be installed so the two must be updated
together.1 parent 4a55820 commit 64ac43a
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
0 commit comments