- pyproject.toml (replace `[project.optional-dependencies]` with `[dependency-groups]` - .github/workflows/test.yaml (update `pip install -e .[dev]` line) - README.md (update Testing section)
[project.optional-dependencies]with[dependency-groups]pip install -e .[dev]line)