Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TF FE][JAX FE] Support latest TF 2.18, JAX 0.4.35 and NumPy 2.x #27246

Merged
merged 19 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sympy>=1.10
wheel>=0.38.1
defusedxml>=0.7.1
fastjsonschema~=2.17.1
tensorflow>=2.5,<2.18.0
tensorflow>=2.5,<2.19.0
requests>=2.25.1
opencv-python>=4.5
paddlepaddle==2.6.1
Expand All @@ -21,8 +21,8 @@ pytest>=5.0,<8.4
pytest-dependency==0.5.1
pytest-html==4.1.1
pytest-timeout==2.3.1
jax<=0.4.33
jaxlib<=0.4.33
jax<=0.4.35
jaxlib<=0.4.35
kornia==0.7.0
networkx<=3.3
flax<=0.9.0
Expand Down
4 changes: 2 additions & 2 deletions tests/requirements_tensorflow
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ pytest-html==4.1.1
transformers==4.45.1
# install exact keras version since tensorflow depends and has no upper bound for it
keras==3.6.0
tensorflow==2.17.0; platform_system != "Darwin" or platform_machine != "x86_64"
tensorflow==2.18.0; platform_system != "Darwin" or platform_machine != "x86_64"
tensorflow==2.16.2; platform_system == "Darwin" and platform_machine == "x86_64"
# tensorflow-text is not available for both Windows and ARM platforms
tensorflow-text==2.17.0; platform_system == "Linux" and platform_machine == "x86_64"
rkazants marked this conversation as resolved.
Show resolved Hide resolved
tensorflow-hub==0.16.1
jax==0.4.33
jax==0.4.35
defusedxml==0.7.1
Loading