chore: remove bart26g subproject (→ standalone repo); drop uv_build version cap#103
Merged
Conversation
Per project policy of not capping dependency versions in pyproject.toml. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The 'Optimization with SpotOptim' manuscript now lives in its own repository at bartzbeielstein/bart26g-spotoptim, depending on spotoptim from PyPI instead of an editable monorepo path. Removes the bart26g/ tree (incl. its uv.lock, a Dependabot source for this monorepo, which clears Dependabot #59) and the orphaned bart26g/* entries from .gitignore. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
bart26g/manuscript subproject. The Optimization with SpotOptim manuscript now lives in its own repository,bartzbeielstein/bart26g-spotoptim, depending onspotoptim[torch]from PyPI instead of an editable monorepo path.uv_build>=0.9.18,<1→uv_build>=0.9.18, per the project policy of not capping dependency versions inpyproject.toml.Dependabot impact
bart26g/uv.lock(the manifest that was the alert source). Removing the subproject also eliminates the recurring bart26g-sourced jupyter/torch/tornado alerts in this repo for good.not_used(no patched torch exists;torch.jit.scriptis never called by spotoptim).Notes
src/ortests/changes; this is a subproject removal plus a build-requirement bound.bart26g/*entries were also removed from the root.gitignore.🤖 Generated with Claude Code