Skip to content

Commit

Permalink
build: Update scipy lower bound to v1.5.2
Browse files Browse the repository at this point in the history
* Update the lower bounds on scipy to v1.5.2 to ensure that the minimum
  supported dependencies workflow passes as it has started to fail
  consistently for scipy v1.5.1.
* Update scipy to v1.5.2 in tests/constraints.txt to enforce the lower
  bound for the 'Minimum supported dependencies' tests.
  • Loading branch information
matthewfeickert committed Apr 24, 2024
1 parent 3161192 commit db9360b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
"jsonpatch>=1.15",
"jsonschema>=4.15.0", # for utils
"pyyaml>=5.1", # for parsing CLI equal-delimited options
"scipy>=1.5.1", # requires numpy, which is required by pyhf and tensorflow
"scipy>=1.5.2", # requires numpy, which is required by pyhf and tensorflow
"tqdm>=4.56.0", # for readxml
"numpy", # compatible versions controlled through scipy
]
Expand Down
2 changes: 1 addition & 1 deletion tests/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# core
scipy==1.5.1 # c.f. PR #2081
scipy==1.5.2 # c.f. PR #2469
click==8.0.0 # c.f. PR #1958, #1909
tqdm==4.56.0
jsonschema==4.15.0 # c.f. PR #1979
Expand Down

0 comments on commit db9360b

Please sign in to comment.