# Tensorflow cpu-only version (needed for testing).
tensorflow-cpu

# Torch with cuda support.
# - torch is pinned to a version that is compatible with torch-xla.
--extra-index-url https://download.pytorch.org/whl/cu130
torch
torch-xla;sys_platform != 'darwin'

# Jax cpu-only version (needed for testing).
jax[cpu]

-r requirements-common.txt

# LiteRT torch converter.
litert-torch>=0.9.1
