mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 12:26:07 +00:00

Temporary fixes an issue with `python -m build` that fails when python 3.8 is used because `matplotlib~=3.8.4` is unavailable for this python version. We are working on creating Bazel build rule with the hermetic Python for JAX wheel ([we already have Jaxlib and plugins build rules ready](https://github.com/jax-ml/jax/pull/23276)). The required python modules are provided in requirements.in file, so when we implement Bazel build rule for JAX wheel, requirements.in will be the only source of dependencies, and test-requirements.txt won't be needed for building JAX wheel. PiperOrigin-RevId: 692260046
22 lines
386 B
Plaintext
22 lines
386 B
Plaintext
absl-py
|
|
build
|
|
cloudpickle
|
|
colorama>=0.4.4
|
|
filelock
|
|
flatbuffers
|
|
hypothesis
|
|
mpmath>=1.3
|
|
pillow>=10.4.0
|
|
portpicker
|
|
pytest-xdist
|
|
wheel
|
|
rich
|
|
# TODO(ybaturina): remove setuptools version
|
|
setuptools<71.0.0
|
|
# matplotlib 3.9.0 pins NumPy 1.23, which is incompatible with the requirement
|
|
# below.
|
|
matplotlib~=3.8.4; python_version=="3.10"
|
|
matplotlib; python_version>="3.11"
|
|
opt-einsum
|
|
auditwheel
|