Skip to content

Commit 2851322

Browse files
authored
[JAX FE] Test JAX support against latest version (openvinotoolkit#29496)
**Details:** Test JAX support against latest version **Ticket:** TBD --------- Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
1 parent 82db316 commit 2851322

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/requirements_jax

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ numpy==2.2.1; python_version >= "3.12" and (platform_system != "Darwin" or platf
33
pytest==7.0.1
44
pytest-xdist[psutil]==3.6.1
55
pytest-html==4.1.1
6-
jax==0.5.0; (platform_system != "Darwin" or platform_machine != "x86_64") and python_version > "3.9"
6+
jax==0.5.2; (platform_system != "Darwin" or platform_machine != "x86_64") and python_version > "3.9"
77
# tensorflow 2.16.2 depends on ml-dtypes~=0.3.1 and jax 0.4.35 depends on ml-dtypes>=0.4.0
88
jax==0.4.33; (platform_system == "Darwin" and platform_machine == "x86_64") and python_version > "3.9"
99
jax==0.4.30; python_version <= "3.9"
10-
flax==0.10.2
11-
transformers==4.47.1
10+
flax==0.10.4
11+
transformers==4.49.0
1212
defusedxml
1313
pillow

0 commit comments

Comments
 (0)