Skip to content

Update scipy requirement from >=1.10 to >=1.17.1 - #6

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/scipy-gte-1.17.1
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/scipy-gte-1.17.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 1, 2026 •

Copy link
Copy Markdown
Contributor

Updates the requirements on scipy to permit the latest version.

Release notes

Sourced from scipy's releases.

SciPy 1.17.1 Release Notes

SciPy 1.17.1 is a bug-fix release with no new features compared to 1.17.0.

Authors

  • Name (commits)
  • Evgeni Burovski (5)
  • Lucas Colley (1)
  • Christoph Gohlke (1)
  • Ralf Gommers (6)
  • Matt Haberland (5)
  • Matthias Koeppe (1)
  • Nick ODell (1)
  • Ilhan Polat (10)
  • Tyler Reddy (44)
  • Martin Schuck (3)
  • Dan Schult (3)
  • stratakis (1) +
  • ਗਗਨਦੀਪ ਸਿੰਘ (Gagandeep Singh) (1)

A total of 13 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete.

Complete issue list, PR list, and release asset hashes are available in the associated README.txt.

Commits
  • 527eb7f REL: 1.17.1 release commit [wheel build]
  • f11663b Merge pull request #24584 from tylerjereddy/treddy_prep_1.17.1
  • 2c49e68 DOC: PR 24584 revisions
  • 400fa15 safely convert index dtypes to intc for csgraph and superLU
  • 8c70404 MAINT: PR 24584 revisions [wheel build]
  • 6dda8c1 BUG: PR 24584 revisions
  • 4a187e5 DOC: PR 24584 revisions
  • 463ee9f ENH: linalg/inv: re-enable overwrite_a for 2D inputs (#24442)
  • df746ee BUG: linalg: restore dtypes in inv, solve, det
  • 246bfee MAINT:optimize: Enable multi-phase init to DIRECT
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.10.0...v1.17.1)

---
updated-dependencies:
- dependency-name: scipy
  dependency-version: 1.17.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github May 1, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: python. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Dependency updates label May 1, 2026
@dependabot
dependabot Bot requested a review from Varnasr as a code owner May 1, 2026 19:12

Varnasr commented Sep 23, 2026

Copy link
Copy Markdown
Owner

·@·d·ependabot r·ebase

This branch is behind its base after a batch of merges. Rebasing so it can be reviewed and merged on current main.


Generated by Claude Code

Varnasr added a commit that referenced this pull request Sep 23, 2026
#6, #10) (#11)

## The three Dependabot pull requests

| PR | asks for | state on `main` |
|---|---|---|
| #6 | scipy >=1.17.1 | already `scipy==1.17.1` |
| #5 | pyarrow >=24.0.0 | already `pyarrow==25.0.1` |
| #10 | pytest 9.0.3 | `pytest==8.4.2` |

Two are already satisfied. All three were raised against a commit `main`
has
long since passed, so merging any of them would have reverted the
generators and
the test suite to get one version line.

## What this does

pytest goes to **9.1.1**, not the 9.0.3 Dependabot named, because 9.1.1
is the
version the suite was actually run against here:

```
233 passed in 106.05s
```

`requirements.txt` says in its own comment to raise the pins
deliberately and
re-run `pytest tests/`. That is what was done, and 9.1.1 is what the run
exercised, so pinning 9.0.3 would be pinning a version nothing here has
executed.

Action pins: `checkout` v6 → v7, `setup-python` v6 → v7.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

https://claude.ai/code/session_01MrvR2NXsJFVRCeJZFCPuNL

---
_Generated by [Claude
Code](https://claude.ai/code/session_01MrvR2NXsJFVRCeJZFCPuNL)_

Co-authored-by: Claude <noreply@anthropic.com>

Varnasr commented Sep 23, 2026

Copy link
Copy Markdown
Owner

Superseded and closed.

This was raised against a commit main has long since passed, so merging it would have reverted a good deal of work to move one version line. The bump is in main now, applied against the current tree and with the repository's own checks run against it.


Generated by Claude Code

@Varnasr Varnasr closed this Sep 23, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 23, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/scipy-gte-1.17.1 branch September 23, 2026 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant