Skip to content

Commit 8dffdb6

Browse files
build: Update lower bounds of scipy to v1.5.1 (#2081)
* Update lower bounds of scipy to v1.5.1 to ensure that the minimum supported dependencies workflow passes, as it failed nondeterministically for v1.5.0. * Amends PR #2079.
1 parent 8d3bd07 commit 8dffdb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ package_dir =
3434
include_package_data = True
3535
python_requires = >=3.8
3636
install_requires =
37-
scipy>=1.5.0 # requires numpy, which is required by pyhf and tensorflow
37+
scipy>=1.5.1 # requires numpy, which is required by pyhf and tensorflow
3838
click>=8.0.0 # for console scripts
3939
tqdm>=4.56.0 # for readxml
4040
jsonschema>=4.15.0 # for utils

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.0 # c.f. PR #2079
2+
scipy==1.5.1 # c.f. PR #2081
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)