Skip to content

Commit

Permalink
Update scipy requirement from <1.12,>=1.5.4 to >=1.5.4,<1.15 in /tests (
Browse files Browse the repository at this point in the history
#26735)

Updates the requirements on [scipy](https://github.com/scipy/scipy) to
permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/scipy/scipy/releases">scipy's
releases</a>.</em></p>
<blockquote>
<h1>SciPy 1.14.1 Release Notes</h1>
<p>SciPy <code>1.14.1</code> adds support for Python <code>3.13</code>,
including binary
wheels on PyPI. Apart from that, it is a bug-fix release with
no new features compared to <code>1.14.0</code>.</p>
<h1>Authors</h1>
<ul>
<li>Name (commits)</li>
<li>h-vetinari (1)</li>
<li>Evgeni Burovski (1)</li>
<li>CJ Carey (2)</li>
<li>Lucas Colley (3)</li>
<li>Ralf Gommers (3)</li>
<li>Melissa Weber Mendonça (1)</li>
<li>Andrew Nelson (3)</li>
<li>Nick ODell (1)</li>
<li>Tyler Reddy (36)</li>
<li>Daniel Schmitz (1)</li>
<li>Dan Schult (4)</li>
<li>Albert Steppi (2)</li>
<li>Ewout ter Hoeven (1)</li>
<li>Tibor Völcker (2) +</li>
<li>Adam Turner (1) +</li>
<li>Warren Weckesser (2)</li>
<li>ਗਗਨਦੀਪ ਸਿੰਘ (Gagandeep Singh) (1)</li>
</ul>
<p>A total of 17 people contributed to this release.
People with a &quot;+&quot; by their names contributed a patch for the
first time.
This list of names is automatically generated, and may not be fully
complete.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/scipy/scipy/commit/92d2a8592782ee19a1161d0bf3fc2241ba78bb63"><code>92d2a85</code></a>
REL: 1.14.1 rel commit [wheel build]</li>
<li><a
href="https://github.com/scipy/scipy/commit/85623a1fc90af6c3f4f15cd2321b7768c61bce7f"><code>85623a1</code></a>
Merge pull request <a
href="https://redirect.github.com/scipy/scipy/issues/21362">#21362</a>
from tylerjereddy/treddy_1.14.1_backports</li>
<li><a
href="https://github.com/scipy/scipy/commit/d924005fb77a26cefac7e6684068f798a635099c"><code>d924005</code></a>
MAINT: PR 21362 revisions [wheel build]</li>
<li><a
href="https://github.com/scipy/scipy/commit/b901a4e5b3ae4a9b5a6f4545cf6eabd9f72ae806"><code>b901a4e</code></a>
MAINT, CI: PR 21362 revisions [wheel build]</li>
<li><a
href="https://github.com/scipy/scipy/commit/2a7ec604098fb794cc8ebecd6d0a95b418dcdefd"><code>2a7ec60</code></a>
MAINT, BLD: PR 21362 revisions [wheel build]</li>
<li><a
href="https://github.com/scipy/scipy/commit/f4f084d10ae57cd7fa858347c0d11ee4c525efc1"><code>f4f084d</code></a>
MAINT, CI: PR 21362 revisions [wheel build]</li>
<li><a
href="https://github.com/scipy/scipy/commit/b712fc6e856de9ba982689c95efe1f600091d62d"><code>b712fc6</code></a>
DOC: update 1.14.1 relnotes [wheel build]</li>
<li><a
href="https://github.com/scipy/scipy/commit/cdd5aca303ad417c9403bffab28f1fd684a870c3"><code>cdd5aca</code></a>
MAINT: special: Accommodate changed integer handling in NumPy 2.0. (<a
href="https://redirect.github.com/scipy/scipy/issues/21401">#21401</a>)</li>
<li><a
href="https://github.com/scipy/scipy/commit/0f91838d8a426fc5bd1c3c7ffc1203b834b653a7"><code>0f91838</code></a>
BLD: cp313 wheels on <code>manylinux_aarch64</code> (<a
href="https://redirect.github.com/scipy/scipy/issues/21409">#21409</a>)</li>
<li><a
href="https://github.com/scipy/scipy/commit/6dd0b002bca67711cbd1310ea836da848c6af81a"><code>6dd0b00</code></a>
MAINT, CI: wheel build changes [wheel build]</li>
<li>Additional commits viewable in <a
href="https://github.com/scipy/scipy/compare/v1.11.1...v1.14.1">compare
view</a></li>
</ul>
</details>
<br />


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

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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)


</details>

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 16, 2024
1 parent 0376890 commit c4d6d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e_tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# for common utils
py-cpuinfo==9.0.0
scipy>=1.5.4,<1.12
scipy>=1.5.4,<1.15
opencv-python>=4.5; sys_platform != "darwin"
opencv-python==4.8.1.78; sys_platform == "darwin"
unittest-xml-reporting==3.0.4
Expand Down

0 comments on commit c4d6d2b

Please sign in to comment.