diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a86982..ed0d032 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(EXTENSION_CONTRIBUTORS "MONAI Consortium") set(EXTENSION_DESCRIPTION "This extension helps to run chain of MONAI transforms and visualize every stage over an image/label. See more information in MONAILabel documentation.") set(EXTENSION_ICONURL "https://raw.githubusercontent.com/Project-MONAI/SlicerMONAIViz/main/MONAIViz/Resources/Icons/MONAIViz.png") set(EXTENSION_SCREENSHOTURLS "https://github.com/Project-MONAI/SlicerMONAIViz/raw/main/Screenshots/1.jpg https://github.com/Project-MONAI/SlicerMONAIViz/raw/main/Screenshots/2.jpg https://github.com/Project-MONAI/SlicerMONAIViz/raw/main/Screenshots/3.jpg https://github.com/Project-MONAI/SlicerMONAIViz/raw/main/Screenshots/4.jpg") -set(EXTENSION_DEPENDS "NA") # Specified as a list or "NA" if no dependencies +set(EXTENSION_DEPENDS "PyTorch") # Specified as a list or "NA" if no dependencies #----------------------------------------------------------------------------- # Extension dependencies