Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #111 +/- ##
========================================
- Coverage 4.40% 3.44% -0.96%
========================================
Files 36 41 +5
Lines 2815 3510 +695
Branches 0 489 +489
========================================
- Hits 124 121 -3
- Misses 2691 3389 +698 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jxchen01
approved these changes
Aug 21, 2025
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.
The project is currently configured to work with the latest versions of its dependencies. Although the current version of PyTorch is 2.8.0, the most recent version of MONAI (1.5.0) provides official support only up to PyTorch 2.6.0.
This discrepancy causes a conflict during installation, preventing pip's dependency resolver from successfully completing the process. A workaround was discovered: after the initial installation, PyTorch can be manually upgraded to the latest version, along with the corresponding CUDA 12.8 drivers. Despite a support warning from MONAI, all project modules function as expected.
Both Lightning and BioIO are also operating on their latest versions. This solution should address the installation challenges faced by our collaborators, as the manual upgrade path for PyTorch does not break the overall package dependencies.