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.