Add NumPy as a test requirement.

The Windows CI currently installs all of the test requirements before building jaxlib, but NumPy is needed to build jaxlib.
Previously this came transitively via matplotlib.
This commit is contained in:
Peter Hawkins 2023-06-14 10:14:56 -04:00
parent 07b5612656
commit 0c441574c4

View File

@ -1,6 +1,7 @@
absl-py
cloudpickle
colorama>=0.4.4
numpy>=1.21
pillow>=9.1.0
pytest-xdist
wheel