Skip to content

Commit 6d9347f

Browse files
pieperclaude
authored andcommitted
ENH: Add PyTorch dependency to SlicerDMRI
The TractCloud module in SlicerDMRI now requires PyTorch for deep learning-based tractography parcellation. Adding PyTorch as a build dependency ensures the PyTorchUtils extension is installed, which handles correct CUDA/CPU wheel selection. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 057a5e1 commit 6d9347f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SlicerDMRI.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.2.json#",
33
"build_dependencies": [
4-
"UKFTractography"
4+
"UKFTractography",
5+
"PyTorch"
56
],
67
"build_subdirectory": "inner-build",
78
"category": "Diffusion",

0 commit comments

Comments
 (0)