aglinxinyuan commented on PR #5809:
URL: https://github.com/apache/texera/pull/5809#issuecomment-4755531367

   Pushed f43eada to fix the failing `pyamber` license check — it compares 
declared vs bundled versions, and `amber/LICENSE-binary-python` still pinned 
`torch==2.8.0` while the bundle now ships 2.12.0, so direct-dep drift blocked 
CI. Bumped it to 2.12.0 to match.
   
   Also synced the non-Linux pin in `operator-requirements.txt` (`torch==2.8.0` 
→ `2.12.0`) — Dependabot only touched the Linux x86_64 CPU line, but that split 
exists solely to source the CPU wheel on Linux, not to diverge versions. 2.12.0 
is on PyPI, so the fallback resolves fine.
   
   (The remaining transitive drift — anyio, certifi, scipy, tqdm, etc. — is 
informational under `--ignore-transitive-version`; the nightly exact-match 
check on main refreshes those.)
   
   Heads up: since the branch was edited manually, Dependabot will no longer 
auto-rebase it.


-- 
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]

Reply via email to