From 0c441574c4a4b9bcc83f6b07990417cddaeb54a1 Mon Sep 17 00:00:00 2001 From: Peter Hawkins Date: Wed, 14 Jun 2023 10:14:56 -0400 Subject: [PATCH] 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. --- build/test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/test-requirements.txt b/build/test-requirements.txt index 188c606a3..8cd05e903 100644 --- a/build/test-requirements.txt +++ b/build/test-requirements.txt @@ -1,6 +1,7 @@ absl-py cloudpickle colorama>=0.4.4 +numpy>=1.21 pillow>=9.1.0 pytest-xdist wheel