Commit f4f1e60
authored
test: Add lower bound on supported numpy versions (#2087)
Set lower bound on numpy to v1.21.0 as this is the lower bound required by JAX v0.4.1
in addition to the lower bound of numpy>=1.14.5 by scipy v1.5.1 (the current lowest
supported version). Newer versions of scipy place an upper bound on numpy for
compatibility reasons and so this is only required for older scipy releases.1 parent 549b598 commit f4f1e60
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments