aglinxinyuan commented on PR #6231: URL: https://github.com/apache/texera/pull/6231#issuecomment-4910011463
numpy 2.5.1 requires Python >=3.12, but the pyamber matrix still builds on 3.10–3.13 — so the install failed to resolve on the 3.10/3.11 legs (`numpy==2.5.1 depends on Python>=3.12`), which also cascaded into `amber-integration`. Capped the bump at **2.2.6**, the newest release that keeps Python 3.10 support (2.3.x drops 3.10, 2.5.x drops 3.11). Also synced `amber/LICENSE-binary-python`, which the original bump left at 2.1.0 and would have failed the 3.12 binary-license drift check on its own. Retitled the PR to match the resolved version. Verified the full `amber/requirements.txt` + `amber/operator-requirements.txt` set resolves cleanly on Python 3.10 with numpy 2.2.6. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
