Skip to content

Commit f4f1e60

Browse files
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jsonschema==4.15.0 # c.f. PR #1979
66
jsonpatch==1.15
77
pyyaml==5.1
88
importlib_resources==1.4.0 # c.f. PR #1979
9+
numpy==1.21.0 # constrained by jax v0.4.1
910
# xmlio
1011
uproot==4.1.1
1112
# minuit

0 commit comments

Comments
 (0)