Skip to content

Commit d8ca752

Browse files
revert version back
1 parent adca8da commit d8ca752

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

integration_tests/import_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
),
1414
# please update the jax version here if jax version is updated in
1515
# requirements file
16-
"jax": ("jax[cpu]==0.5.2 flax>=0.10.6", ""),
16+
"jax": ("jax[cpu]==0.5.1 flax>=0.10.1", ""),
1717
"openvino": ("openvino", ""),
1818
}
1919

requirements-jax-cuda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ torch==2.6.0
99
# Jax with cuda support.
1010
--find-links https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
1111
jax[cuda12]==0.6.0
12-
flax>=0.10.6
12+
flax>=0.10.1
1313
-r requirements-common.txt

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ torch-xla==2.6.0;sys_platform != 'darwin'
1313
# Jax.
1414
# Pinned to 0.5.0 on CPU. JAX 0.5.1 requires Tensorflow 2.19 for saved_model_test.
1515
# Note that we test against the latest JAX on GPU.
16-
jax[cpu]==0.5.2
17-
flax>=0.10.6
16+
jax[cpu]==0.5.0
17+
flax>=0.10.1
1818
# Common deps.
1919
-r requirements-common.txt

0 commit comments

Comments
 (0)