-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit 8ba9a4b
Update numpy requirement from <2.3.0,>=1.16.6 to >=1.16.6,<2.4.0 in /src/bindings/python (#32328)
Updates the requirements on [numpy](https://github.com/numpy/numpy) to
permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/numpy/numpy/releases">numpy's
releases</a>.</em></p>
<blockquote>
<h2>2.3.3 (Sep 9, 2025)</h2>
<h1>NumPy 2.3.3 Release Notes</h1>
<p>The NumPy 2.3.3 release is a patch release split between a number of
maintenance
updates and bug fixes. This release supports Python versions 3.11-3.14.
Note
that the 3.14.0 final is currently expected in Oct, 2025. This release
is based
on 3.14.0rc2.</p>
<h2>Contributors</h2>
<p>A total of 13 people contributed to this release. People with a
"+" by their
names contributed a patch for the first time.</p>
<ul>
<li>Aleksandr A. Voyt +</li>
<li>Bernard Roesler +</li>
<li>Charles Harris</li>
<li>Hunter Hogan +</li>
<li>Joren Hammudoglu</li>
<li>Maanas Arora</li>
<li>Matti Picus</li>
<li>Nathan Goldbaum</li>
<li>Raghuveer Devulapalli</li>
<li>Sanjay Kumar Sakamuri Kamalakar +</li>
<li>Tobias Markus +</li>
<li>Warren Weckesser</li>
<li>Zebreus +</li>
</ul>
<h2>Pull requests merged</h2>
<p>A total of 23 pull requests were merged for this release.</p>
<ul>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/29440">#29440</a>:
MAINT: Prepare 2.3.x for further development.</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/29446">#29446</a>:
BUG: Fix test_configtool_pkgconfigdir to resolve PKG_CONFIG_DIR...</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/29447">#29447</a>:
BLD: allow targeting webassembly without emscripten</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/29460">#29460</a>:
MAINT: Backport write_release.py</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/29473">#29473</a>:
MAINT: Bump pypa/cibuildwheel from 3.1.0 to 3.1.2</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/29500">#29500</a>:
BUG: Always return a real dtype from linalg.cond (<a
href="https://redirect.github.com/numpy/numpy/issues/18304">gh-18304</a>)
(<a
href="https://redirect.github.com/numpy/numpy/issues/29333">#29333</a>)</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/29501">#29501</a>:
MAINT: Add .file entry to all .s SVML files</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/29556">#29556</a>:
BUG: Casting from one timedelta64 to another didn't handle NAT.</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/29562">#29562</a>:
BLD: update vendored Meson to 1.8.3 [wheel build]</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/29563">#29563</a>:
BUG: Fix metadata not roundtripping when pickling datetime (<a
href="https://redirect.github.com/numpy/numpy/issues/29555">#29555</a>)</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/29587">#29587</a>:
TST: update link and version for Intel SDE download</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/29593">#29593</a>:
TYP: add <code>sorted</code> kwarg to <code>unique</code></li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/29672">#29672</a>:
MAINT: Update pythoncapi-compat from main.</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/29673">#29673</a>:
MAINT: Update cibuildwheel.</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/29674">#29674</a>:
MAINT: Fix typo in wheels.yml</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/29683">#29683</a>:
BUG, BLD: Correct regex for ppc64 VSX3/VSX4 feature detection</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/29684">#29684</a>:
TYP: ndarray.fill() takes no keyword arguments</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/29685">#29685</a>:
BUG: avoid thread-unsafe refcount check in temp elision</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/29687">#29687</a>:
CI: replace comment-hider action in mypy_primer workflow</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/numpy/numpy/commit/f2a77a76e08719556527e0819182073fe9b5f1c3"><code>f2a77a7</code></a>
Merge pull request <a
href="https://redirect.github.com/numpy/numpy/issues/29702">#29702</a>
from charris/prepare-2.3.3</li>
<li><a
href="https://github.com/numpy/numpy/commit/8641006104c02492ced251c707c88611621db9e8"><code>8641006</code></a>
REL: Prepare for the NumPy 2.3.3 release [wheel build]</li>
<li><a
href="https://github.com/numpy/numpy/commit/f024265b1aec949ab7d59a9bb82614fae0701255"><code>f024265</code></a>
Merge pull request <a
href="https://redirect.github.com/numpy/numpy/issues/29701">#29701</a>
from charris/backport-29697</li>
<li><a
href="https://github.com/numpy/numpy/commit/84f2eedb58c4a7370e0d4865a2b11e0420cdf634"><code>84f2eed</code></a>
Merge pull request <a
href="https://redirect.github.com/numpy/numpy/issues/29700">#29700</a>
from charris/backport-29695</li>
<li><a
href="https://github.com/numpy/numpy/commit/7cacdbf8855fd6da6a7d116bebd896b393e4f441"><code>7cacdbf</code></a>
Update VXE and VXE2 detection regex patterns</li>
<li><a
href="https://github.com/numpy/numpy/commit/028c46989fee6f8dfc1192d4f71c277deae0c4f9"><code>028c469</code></a>
TYP: appease ruff</li>
<li><a
href="https://github.com/numpy/numpy/commit/4b80666b63d7779e2509d0690f68a977528268a9"><code>4b80666</code></a>
TYP: fix <code>np.bool</code> method declarations</li>
<li><a
href="https://github.com/numpy/numpy/commit/f2a6b75df162d9a0904b0dbc07b707020fe9d1d5"><code>f2a6b75</code></a>
Merge pull request <a
href="https://redirect.github.com/numpy/numpy/issues/29691">#29691</a>
from charris/backport-29665</li>
<li><a
href="https://github.com/numpy/numpy/commit/a707cbf5e36c9316099f6ae471718d98a18170f5"><code>a707cbf</code></a>
Merge pull request <a
href="https://redirect.github.com/numpy/numpy/issues/29689">#29689</a>
from charris/backport-29662</li>
<li><a
href="https://github.com/numpy/numpy/commit/3d66056fa31a89fefb632229eb21f21d63cd8964"><code>3d66056</code></a>
BUG: use correct input dtype in flatiter assignment</li>
<li>Additional commits viewable in <a
href="https://github.com/numpy/numpy/compare/v1.16.6...v2.3.3">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mikhail Ryzhov <[email protected]>1 parent c775770 commit 8ba9a4bCopy full SHA for 8ba9a4b
File tree
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedFilter options
- src/bindings/python
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedCollapse file: src/bindings/python/constraints.txt
src/bindings/python/constraints.txt
Copy file name to clipboardExpand all lines: src/bindings/python/constraints.txt+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Collapse file: src/bindings/python/requirements.txt
src/bindings/python/requirements.txt
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
|
0 commit comments