docs: switch install to extras syntax for tracebloc_package 0.6.33#4
Open
LukasWodka wants to merge 1 commit intodevelopfrom
Open
docs: switch install to extras syntax for tracebloc_package 0.6.33#4LukasWodka wants to merge 1 commit intodevelopfrom
LukasWodka wants to merge 1 commit intodevelopfrom
Conversation
Aligns with the optional-dependency-groups change shipping in tracebloc-py-package 0.6.33. Default install no longer bundles every ML framework — users pick the extra that matches their setup. - tools-help/tracebloc-package.mdx: full extras table (pytorch, tensorflow, sklearn, huggingface, boosting, survival, all) replaces the single pip command. - join-use-case/start-training.mdx: install step shows [pytorch] by default with a comment pointing at [tensorflow] and [all]. DO NOT MERGE until tracebloc_package 0.6.33 is live on real PyPI. Currently 0.6.33 is only on TestPyPI. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
tracebloc_package 0.6.33ships to PyPICurrently
0.6.33is only on TestPyPI. If this PR merges before the prod release, anyone following the docs withpip install "tracebloc_package[pytorch]>=0.6.33"will fail with "Could not find a version that satisfies the requirement".Summary
Updates Mintlify docs install instructions to use the optional dependency groups shipping in
tracebloc_package 0.6.33. Default install is ~140 MB instead of ~8 GB.Changes
tools-help/tracebloc-package.mdxpip installline → full extras table (pytorch, tensorflow, sklearn, huggingface, boosting, survival, all) with link to MIGRATION.mdjoin-use-case/start-training.mdxpip install tracebloc_package→pip install "tracebloc_package[pytorch]>=0.6.33"with commented alternativesMerge coordination
Same-day merge required with:
Test plan
🤖 Generated with Claude Code