Skip to content

TST/CI: temporary upper pin for scipy in downstream tests for compat with statsmodels #61750

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

Conversation

@mroeschke mroeschke merged commit 7f783db into pandas-dev:main Jul 1, 2025
46 of 48 checks passed
@mroeschke
Copy link
Member

Copy link

lumberbot-app bot commented Jul 1, 2025

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout 2.3.x git pull 
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 7f783db6dcc4ef200643fee845e9565f0a97f37f 
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #61750: TST/CI: temporary upper pin for scipy in downstream tests for compat with statsmodels' 
  1. Push to a named branch:
git push YOURFORK 2.3.x:auto-backport-of-pr-61750-on-2.3.x 
  1. Create a PR against branch 2.3.x, I would have named this PR:

"Backport PR #61750 on branch 2.3.x (TST/CI: temporary upper pin for scipy in downstream tests for compat with statsmodels)"

And apply the correct labels and milestones.

Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!

Remember to remove the Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

@jorisvandenbossche
Copy link
Member Author

Backport -> #61750

jorisvandenbossche added a commit that referenced this pull request Jul 1, 2025
…tests for compat with statsmodels (#61750) (#61754) TST/CI: temporary upper pin for scipy in downstream tests for compat with statsmodels (#61750)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
3 participants