Fix dm-haiku
They did a change that breaks compatibility with our other dependencies, forcing version 0.0.5 to fix this.
This commit is contained in:
parent
223af82083
commit
50a96485a9
|
@ -2,7 +2,7 @@ numpy
|
|||
tqdm
|
||||
requests
|
||||
optax >= 0.0.5, <= 0.0.9
|
||||
dm-haiku
|
||||
dm-haiku == 0.0.5
|
||||
ray[default]
|
||||
jax == 0.2.21
|
||||
transformers
|
||||
|
|
Loading…
Reference in New Issue