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
|
tqdm
|
||||||
requests
|
requests
|
||||||
optax >= 0.0.5, <= 0.0.9
|
optax >= 0.0.5, <= 0.0.9
|
||||||
dm-haiku
|
dm-haiku == 0.0.5
|
||||||
ray[default]
|
ray[default]
|
||||||
jax == 0.2.21
|
jax == 0.2.21
|
||||||
transformers
|
transformers
|
||||||
|
@ -15,4 +15,4 @@ flask-ngrok
|
||||||
eventlet
|
eventlet
|
||||||
lupa==1.10
|
lupa==1.10
|
||||||
markdown
|
markdown
|
||||||
bleach
|
bleach
|
||||||
|
|
Loading…
Reference in New Issue