Skip to content

Commit edc3e9c

Browse files
build: Update SciPy lower bound to v1.5.4 (#2633)
* SciPy v1.5.4 is the first SciPy release to have Python 3.9 wheels. - c.f. https://pypi.org/project/scipy/1.5.4/#files * Update scipy to v1.5.4 in tests/constraints.txt to enforce the lower bound for the minimum supported dependencies tests.
1 parent 0f52681 commit edc3e9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747
"jsonschema>=4.15.0", # for utils
4848
"pyyaml>=5.1", # for parsing CLI equal-delimited options
4949
# c.f. https://github.com/scikit-hep/pyhf/issues/2593 for excluded v1.16.x versions
50-
"scipy>=1.5.2,!=1.16.0,!=1.16.1,!=1.16.2", # requires numpy, which is required by pyhf
50+
"scipy>=1.5.4,!=1.16.0,!=1.16.1,!=1.16.2", # requires numpy, which is required by pyhf
5151
"tqdm>=4.56.0", # for readxml
5252
"numpy", # compatible versions controlled through scipy
5353
]

tests/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# core
2-
scipy==1.5.2 # c.f. PR #2469
2+
scipy==1.5.4 # c.f. PR #2469
33
click==8.0.0 # c.f. PR #1958, #1909
44
tqdm==4.56.0
55
jsonschema==4.15.0 # c.f. PR #1979

0 commit comments

Comments
 (0)