Refactor pyproject.toml and cleanup pyright restrictions#1770
Refactor pyproject.toml and cleanup pyright restrictions#1770mhusnain-tech wants to merge 1 commit intosbi-dev:mainfrom
Conversation
This PR updates the pyproject.toml to align with recent changes in the repository. Main changes include: - Cleaned up Pyright configuration by removing redundant 'false' flags for torch-related issues. - Updated project metadata and classifiers for better consistency. - Standardized dependency formatting. This follows the work initiated in PR sbi-dev#1768 to handle Torch 2.5+ type-stub issues more cleanly.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1770 +/- ##
=======================================
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. |
|
Hey @mhusnain-tech , thanks for the suggestions. Yet, as visible in the CI. The current flags are necessary for newer torch versions. This is due to errors like If you have expertise in |
|
Closing, as seemingly moved to #1773 |
This PR updates the pyproject.toml to align with recent changes in the repository. Main changes include:
This follows the work initiated in PR #1768 to handle Torch 2.5+ type-stub issues more cleanly.