Skip to content

Commit b417542

Browse files
authored
[TF FE][JAX FE] Test with JAX 0.5.0 and Keras 3.8.0 (openvinotoolkit#28701)
**Details:** Test with latest JAX 0.5.0 and Keras 3.8.0 **Ticket:** TBD Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
1 parent f507e8d commit b417542

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/requirements_jax

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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.4.38; (platform_system != "Darwin" or platform_machine != "x86_64") and python_version > "3.9"
6+
jax==0.5.0; (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"

tests/requirements_tensorflow

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ pytest-xdist[psutil]==3.6.1
1010
pytest-html==4.1.1
1111
transformers==4.45.1
1212
# install exact keras version since tensorflow depends and has no upper bound for it
13-
keras==3.6.0
13+
keras==3.8.0
1414
tensorflow==2.18.0; platform_system != "Darwin" or platform_machine != "x86_64"
1515
tensorflow==2.16.2; platform_system == "Darwin" and platform_machine == "x86_64"
1616
# install explicit version of wrapt to avoid "this __dict__ descriptor does not support '_DictWrapper' objects" error from TensorFlow 2.18
1717
wrapt==1.15.0; python_version >= "3.12"
1818
# tensorflow-text is not available for both Windows and ARM platforms
1919
tensorflow-text==2.18.0; python_version < "3.12" and platform_system == "Linux" and platform_machine == "x86_64"
2020
tensorflow-hub==0.16.1
21-
jax==0.4.38; (platform_system != "Darwin" or platform_machine != "x86_64") and python_version > "3.9"
21+
jax==0.5.0; (platform_system != "Darwin" or platform_machine != "x86_64") and python_version > "3.9"
2222
# tensorflow 2.16.2 depends on ml-dtypes~=0.3.1 and jax 0.4.35 depends on ml-dtypes>=0.4.0
2323
jax==0.4.33; (platform_system == "Darwin" and platform_machine == "x86_64") and python_version > "3.9"
2424
jax==0.4.30; python_version <= "3.9"

0 commit comments

Comments
 (0)