Skip to content

chore(notebook): bump tracebloc pin to >=0.14.0 in training guide#26

Merged
divyasinghds merged 1 commit into
developfrom
chore/bump-notebook-tracebloc-0.14.0
Jul 22, 2026
Merged

chore(notebook): bump tracebloc pin to >=0.14.0 in training guide#26
divyasinghds merged 1 commit into
developfrom
chore/bump-notebook-tracebloc-0.14.0

Conversation

@divyasinghds

@divyasinghds divyasinghds commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

What

notebooks/traceblocTrainingGuide.ipynb install cell: tracebloc[pytorch]>=0.8.1tracebloc[pytorch]>=0.14.0.

Why

>=0.8.1 let pip silently backtrack to the ancient 0.8.1 on environments that can't resolve a modern release, and 0.8.1 predates newer task handlers — surfacing as a cryptic No upload handler is registered for task '…' at upload_model() (see tracebloc-py-package#333). Pinning >=0.14.0 pulls the current release (all task handlers, incl. time_series_classification), and on an unsupported env fails loudly at install instead of downgrading.

Change

  • One line in the install cell; notebook JSON re-validated.

🤖 Generated with Claude Code


Note

Low Risk
Documentation-only change to a single pip version string in the notebook; no runtime or application code is modified.

Overview
Raises the tracebloc install floor in the training guide notebook from tracebloc[pytorch]>=0.8.1 to >=0.14.0 in the first setup cell.

That avoids pip resolving down to 0.8.x (missing newer upload task handlers) and the resulting No upload handler is registered for task '…' failures at upload_model(); unsupported environments should fail at install instead of silently using an old client.

Reviewed by Cursor Bugbot for commit 3f571f7. Bugbot is set up for automated code reviews on this repo. Configure here.

The install cell pinned "tracebloc[pytorch]>=0.8.1". On environments that
can't resolve a modern release (e.g. Intel macOS / older torch), pip
backtracked to 0.8.1 — which predates newer task handlers and failed at
upload with "No upload handler is registered ...". Pinning >=0.14.0 pulls
the current release with all task handlers (and fails loudly instead of
silently landing on 0.8.1).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@divyasinghds
divyasinghds merged commit 4ec3ecb into develop Jul 22, 2026
7 checks passed
@divyasinghds
divyasinghds deleted the chore/bump-notebook-tracebloc-0.14.0 branch July 22, 2026 13:05
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.

3 participants