Skip to content

Commit

Permalink
[JAX FE] Remove jax reqs from common requirements file (#28206)
Browse files Browse the repository at this point in the history
**Details:** We no longer need jax reqs in common requirements files
after separation into requirements_jax

**Ticket:** TBD

Signed-off-by: Kazantsev, Roman <[email protected]>
  • Loading branch information
rkazants authored Dec 26, 2024
1 parent 25c6025 commit e8ae56e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions tests/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +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.36
jaxlib<=0.4.36
kornia==0.7.0
networkx<=3.3
flax<=0.10.2

--extra-index-url https://download.pytorch.org/whl/cpu
torch~=2.5.1; platform_system != "Darwin" or platform_machine != "x86_64"
Expand Down
2 changes: 0 additions & 2 deletions tests/layer_tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ pytest
defusedxml
tensorflow
tensorflow-addons; python_version <= '3.10'
jax; sys_platform == "linux" and platform_machine == "x86_64" # https://jax.readthedocs.io/en/latest/installation.html#pip-installation-cpu - wheels are for "x86_64" only
jaxlib; sys_platform == "linux" and platform_machine == "x86_64" # https://jax.readthedocs.io/en/latest/installation.html#pip-installation-cpu - wheels are for "x86_64" only

0 comments on commit e8ae56e

Please sign in to comment.