ryankert01 opened a new issue, #827: URL: https://github.com/apache/mahout/issues/827
### Description Move all development dependencies from `qdp/qdp-python/pyproject.toml` to the root `pyproject.toml` and create separate dependency groups for different development scenarios. ### Context Currently we have: - Root: `dev = ["pytest>=8.1.1", "ruff>=0.13.1", "pre-commit>=3.0.0"]` - qdp-python: `dev = ["maturin>=1.10.2", "patchelf>=0.17.2.4", "pytest>=9.0.1", "torch>=2.2", "numpy>=1.24,<2.0"]` These have different pytest versions and require separate `uv sync` commands. ### Acceptance Criteria - [ ] Update root `pyproject.toml` with consolidated dependencies - [ ] Create `qdp-dev` dependency group for QDP-specific tools - [ ] Align pytest version to `>=9.0.1` - [ ] Keep `benchmark` group in qdp-python for benchmark-specific heavy dependencies - [ ] Verify `uv sync --group dev --group qdp-dev` installs everything needed - [ ] Update any CI workflows that reference dependency groups -- 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]
