Commit 6e511bd
committed
Temporarily constrain numpy < 2.3 in uv.lock — no pre-built wheel for AL2
numpy >= 2.3 dropped manylinux2014 wheels, requiring GCC >= 9.3 to build
from source. AL2 ships GCC 7.3.1 so installation fails.
Constraint scoped to Python < 3.14 (CI doesn't run 3.14 on AL2).
Only affects local resolution (uv.lock), not published package metadata.
Will be removed once CI is migrated to AL2023.1 parent 64a26bd commit 6e511bd
2 files changed
Lines changed: 11 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments