Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Update scipy lower bound to v1.5.2 #2469

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

matthewfeickert
Copy link
Member

@matthewfeickert matthewfeickert commented Apr 24, 2024

Description

  • 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.

Amends PR #2081

Checklist Before Requesting Reviewer

  • Tests are passing
  • "WIP" removed from the title of the pull request
  • Selected an Assignee for the PR to be responsible for the log summary

Before Merging

For the PR Assignees:

  • Summarize commit messages into a comprehensive review of the PR
* 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.

* 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.
@matthewfeickert matthewfeickert added tests pytest fix A bug fix build Changes that affect the build system or external dependencies dependencies Pull requests that update a dependency file need-to-backport tmp label until can be backported to patch release branch labels Apr 24, 2024
@matthewfeickert matthewfeickert self-assigned this Apr 24, 2024
@matthewfeickert matthewfeickert added need-to-backport tmp label until can be backported to patch release branch and removed need-to-backport tmp label until can be backported to patch release branch labels Apr 24, 2024
@matthewfeickert
Copy link
Member Author

This changes a requirement lower bound, and so normally should only go into a new minor release, but I think practically it would be okay to bump the lower bound patch release in a patch release version that realistically probably no one is using (as scipy v1.5.x is so old).

Copy link

codecov bot commented Apr 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.21%. Comparing base (3161192) to head (db9360b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2469   +/-   ##
=======================================
  Coverage   98.21%   98.21%           
=======================================
  Files          69       69           
  Lines        4543     4543           
  Branches      804      804           
=======================================
  Hits         4462     4462           
  Misses         48       48           
  Partials       33       33           
Flag Coverage Δ
contrib 97.79% <ø> (ø)
doctest 98.08% <ø> (ø)
unittests-3.10 96.23% <ø> (ø)
unittests-3.11 96.23% <ø> (ø)
unittests-3.12 96.23% <ø> (ø)
unittests-3.8 96.25% <ø> (ø)
unittests-3.9 96.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@matthewfeickert
Copy link
Member Author

I'm going to approve and merge this myself. As always, PRs approved by a single core dev can be reverted as needed by the rest of the dev team.

@matthewfeickert matthewfeickert merged commit 8260852 into main Apr 24, 2024
26 checks passed
@matthewfeickert matthewfeickert deleted the tests/update-minimum-bounds branch April 24, 2024 07:23
@matthewfeickert matthewfeickert removed the need-to-backport tmp label until can be backported to patch release branch label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Changes that affect the build system or external dependencies dependencies Pull requests that update a dependency file fix A bug fix tests pytest
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant