mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Pin matplotlib < 3.9 for Python 3.10 and earlier.
matplotlib 3.9.0 pins NumPy 1.23 or newer, which is incompatible with our minimum Numpy pin.
This commit is contained in:
parent
b06663d0d3
commit
5968db592c
@ -2,7 +2,11 @@
|
||||
# test deps
|
||||
#
|
||||
-r test-requirements.txt
|
||||
matplotlib
|
||||
|
||||
# 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"
|
||||
|
||||
#
|
||||
# build deps
|
||||
|
Loading…
x
Reference in New Issue
Block a user