Skip to content

chore: update uv integration a bit#274

Merged
abravalheri merged 1 commit into
abravalheri:mainfrom
henryiii:henryiii/chore/uvup
Nov 11, 2025
Merged

chore: update uv integration a bit#274
abravalheri merged 1 commit into
abravalheri:mainfrom
henryiii:henryiii/chore/uvup

Conversation

@henryiii
Copy link
Copy Markdown
Collaborator

Updating uv integration a bit.

Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
Comment thread pyproject.toml
[dependency-groups]
dev = [
{ include-group = "test" },
"validate_pyproject[all]",
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, I'd usually not do this, but instead move the contents of [all] here. This does work correctly (and avoids the deprecation warning that using dev-environments produces), but I believe pip install --group dev would install the PyPI version instead of the local version, though the better pip install --group dev -e. should continue to work (and there's no way to install it without the package).

@abravalheri
Copy link
Copy Markdown
Owner

Thank you Henry

@abravalheri abravalheri merged commit 68845c6 into abravalheri:main Nov 11, 2025
22 checks passed
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.

2 participants