feat: extend [all] with registry skill runtime deps#162
Merged
Conversation
Add [defi] and [embeddings] extras; include web3, fastembed, and numpy in [all] for bundle tests. Document manifest-to-pyproject mirror for new deps only. Refs ARPAHLS#157.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Extends optional extras so
pip install -e ".[dev,all]"covers registry skill runtime deps needed for bundle tests — without touching core dependencies.Changes:
[defi](web3>=6.0.0),[embeddings](fastembed,numpy)[all]includes those packages alongside existing SDK/office extrasmanifest.yamlrequirementsnot in core, mirror them in the matching extra and[all](one-time per new dep class, not every skill PR)requirements.txtcomment lines updatedCore install stays minimal; only
[all]/[dev,all]grows for contributors and CI.Verified:
pytest skills/— 55 passed locally withpip install -e ".[dev,all]".Type of Change
Checklist
pytest tests/andpytest skills/run locallyCHANGELOG.mdupdated under[Unreleased]examples/script changesRelated Issues
Refs #157