Skip to content

chore: use dependency groups (PEP 735) - #106

Open
mwtoews wants to merge 1 commit into
MODFLOW-ORG:developfrom
mwtoews:pep-735
Open

chore: use dependency groups (PEP 735)#106
mwtoews wants to merge 1 commit into
MODFLOW-ORG:developfrom
mwtoews:pep-735

Conversation

@mwtoews

@mwtoews mwtoews commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Use dependency groups, which is a standard Python feature introduced in PEP 735 to group a list of project dependencies, usually for internal development. This is preferred instead of creating optional dependencies, which is a user-facing option to install package extras.

Note that uv sync will include the "dev" group by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant