rocm_jax/build/requirements.in
jax authors 1aca76fc13 Update :build_jaxlib flag to control whether we should add py_import dependencies to the test targets.
This change enables testing the wheels produced by the build rules in the presubmit using one `bazel test` command only.

There are three options for running the tests:

1) `build_jaxlib=true`: the tests depend on JAX targets.
2) `build_jaxlib=false`: the tests depend on the wheel files located in the `dist` folder.
3) `build_jaxlib=wheel`: the tests depend on the py_import targets.

PiperOrigin-RevId: 735765819
2025-03-11 08:31:43 -07:00

23 lines
259 B
Plaintext

#
# test deps
#
-r test-requirements.txt
-r gpu-test-requirements.txt
#
# build deps
#
numpy~=2.0.0; python_version<="3.12"
numpy~=2.1.0; python_version>="3.13"
#
# runtime deps
#
scipy>=1.13.1
ml_dtypes>=0.4.0
opt_einsum
zstandard
etils[epath]
setuptools