Refine dependency bounds and adjust Pyright configuration#1773
Open
mhusnain-tech wants to merge 1 commit intosbi-dev:mainfrom
Open
Refine dependency bounds and adjust Pyright configuration#1773mhusnain-tech wants to merge 1 commit intosbi-dev:mainfrom
mhusnain-tech wants to merge 1 commit intosbi-dev:mainfrom
Conversation
mhusnain-tech
commented
Feb 19, 2026
- Add upper bounds for torch (<3.0) and numpy (<3.0)
- Define minimum supported versions for core dependencies
- Refine Pyright configuration to better handle Torch stub issues
- Improve overall packaging stability
- Add upper bounds for torch (<3.0) and numpy (<3.0) - Define minimum supported versions for core dependencies - Refine Pyright configuration to better handle Torch stub issues - Improve overall packaging stability
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1773 +/- ##
=======================================
Coverage ? 86.75%
=======================================
Files ? 141
Lines ? 12317
Branches ? 0
=======================================
Hits ? 10685
Misses ? 1632
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. |
Contributor
|
Dear @mhusnain-tech , this comes closer, but there are still 12 errors left (which could however be just valid insufficient typing on our side, at least for some). I would prefer to keep the pyproject.toml as is (i.e. remove the introduced changes). Except for the "disabled" pyright options. Although for this one would have to further investigate the current pyright errors that are reported:
Kind regards, |
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.