mne-tools / mne-tools/mne-python
Add tools script deps to a dev dependency group in `pyproject.toml`
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.5k
- Forks
- 1.6k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 100
Description
Raised here: https://github.com/mne-tools/mne-python/pull/13490#discussion_r2847914524
Should consider adding deps for scripts in the /tools dir used only in CI runs to a dev dependency group.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting pyproject.toml and the scripts in /tools, then trace how CI installs dependencies for those scripts. Identify which dependencies are used only by the tools scripts and compare them with the existing development dependency groups. Done means the relevant CI-only dependencies are represented in an appropriate dev group and the CI setup can install that group.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100