Bump dependency floors and add ipywidgets to doc group#83
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #83 +/- ##
==========================================
+ Coverage 84.54% 84.76% +0.21%
==========================================
Files 15 15
Lines 1372 1372
==========================================
+ Hits 1160 1163 +3
+ Misses 212 209 -3 🚀 New features to boost your workflow:
|
Modernize declared floors to reflect versions actually used/tested (openai was a full major behind its floor): openai>=2, anthropic>=0.75, google-genai>=1.57, squidpy>=1.7, scanpy>=1.11.5, rapids-singlecell>=0.13, colorspacious>=1.1.2. Also add ipywidgets to the doc group so Jupyter tqdm progress bars render, mirroring cellmapper. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
58b0fd9 to
ff9c8f8
Compare
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.
What
openai>=1.90→>=2(was a full major version behind its floor)anthropic>=0.59→>=0.75google-genai>=1.27→>=1.57squidpy>=1.6→>=1.7scanpy>=1.11→>=1.11.5rapids-singlecell>=0.12→>=0.13colorspacious>=1.1→>=1.1.2ipywidgetsto thedocgroup so Jupyter/notebooktqdmprogress bars render (otherwisetqdmwarnsIProgress not found), mirroring the cellmapper setup.Notes
uv.lockis intentionally not committed (gitignored in this repo).🤖 Generated with Claude Code