Skip to content

Commit fccb25a

Browse files
committed
Fix 413751357 updating orbax version which is lowering the JAX version
1 parent 69b8811 commit fccb25a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tensorflow-datasets>=4.9.6
2424
ruff>=0.1.5,<=0.2
2525
git+https://github.com/mlperf/logging.git
2626
opencv-python-headless==4.10.0.84
27-
orbax-checkpoint==0.10.3
27+
orbax-checkpoint>=0.10.3
2828
tokenizers==0.21.0
2929
huggingface_hub==0.30.2
3030
transformers==4.48.1

requirements_with_jax_stable_stack.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jaxlib>=0.4.30
1414
Jinja2
1515
opencv-python-headless==4.10.0.84
1616
optax>=0.2.3
17-
orbax-checkpoint==0.10.3
17+
orbax-checkpoint>=0.10.3
1818
parameterized
1919
Pillow
2020
pyink

0 commit comments

Comments
 (0)