Commit 0446f7b
## Motivation
Fix numpy compatibility for Python 3.14 for release/2.11
## Technical Details
- `numpy==2.1.2` has no cp314 wheels on PyPI, causing Python 3.14 builds
in TheRock CI to fail with a meson/sccache error when pip falls back to
building numpy from source
- Add `python_version` markers to use `numpy==2.4.3` for Python 3.14+,
while keeping the existing `numpy==2.1.2` pin for older Python versions
## Submission Checklist
- [x] Look over the contributing guidelines at
https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
Co-authored-by: Subodh Dubey <Subodh.Dubey@amd.com>
1 parent 4e32305 commit 0446f7b
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments