mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Set minimum supported Python version to 3.10 for matplotlib.
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
This commit is contained in:
parent
7bc026e496
commit
a0b0a8e5a1
@ -15,7 +15,7 @@ rich
|
||||
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~=3.8.4; python_version=="3.10"
|
||||
matplotlib; python_version>="3.11"
|
||||
opt-einsum
|
||||
auditwheel
|
||||
|
Loading…
x
Reference in New Issue
Block a user