ryankert01 opened a new pull request, #1313: URL: https://github.com/apache/mahout/pull/1313
## Summary - Remove `Framework :: PyTorch` and `Framework :: TensorFlow` from `qdp/qdp-python/pyproject.toml`. Neither is in PyPI's official trove of valid classifiers, so PyPI/TestPyPI rejects every `qumat-qdp` upload with HTTP 400 (`'Framework :: PyTorch' is not a valid classifier`). - Discovered while uploading the 0.6.0rc1 release candidate to TestPyPI; this fix unblocks the RC pipeline. - Verified the remaining classifiers in both `pyproject.toml` (qumat) and `qdp/qdp-python/pyproject.toml` (qumat-qdp) against PyPI's live trove (891 entries) — 0 invalid after this change. ## Test plan - [ ] CI green - [ ] After merge, rebuild qumat-qdp wheels + sdist on `v0.6-stable` and confirm `twine upload --repository testpypi` succeeds for `qumat_qdp-*` -- 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]
