MoraxCheng commited on
Commit
ce2b523
·
1 Parent(s): 5e78754

Fix JAX dependencies version constraints

Browse files

- Update jax to >=0.3.25
- Update jaxlib to >=0.4.6 (earliest available for Python 3.10)
- Update flax to >=0.6.0 for compatibility

Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -12,9 +12,9 @@ seaborn
12
  gradio==3.50.0
13
  datasets==1.18.3
14
  wandb==0.12.11
15
- jax>=0.3.0,<0.4.0
16
- jaxlib>=0.3.0,<0.4.0
17
- flax>=0.4.0,<0.5.0
18
  optax
19
  sentencepiece==0.1.96
20
  aiohttp>=3.8.0,<3.9.0
 
12
  gradio==3.50.0
13
  datasets==1.18.3
14
  wandb==0.12.11
15
+ jax>=0.3.25
16
+ jaxlib>=0.4.6
17
+ flax>=0.6.0
18
  optax
19
  sentencepiece==0.1.96
20
  aiohttp>=3.8.0,<3.9.0