Description:
Reduce environment management complexity to three clear options: uv, pip/venv, or conda.
Proposed Options:
- uv (default, recommended) - Uses pyproject.toml
- pip + venv - Uses pyproject.toml
- conda - Uses environment.yml
Tasks:
Acceptance Criteria:
Priority: High
Type: Refactor
Description:
Reduce environment management complexity to three clear options: uv, pip/venv, or conda.
Proposed Options:
Tasks:
Acceptance Criteria:
Priority: High
Type: Refactor