From a897d53d70e5402fdee87521e59dd6657e4e7f57 Mon Sep 17 00:00:00 2001 From: James Butler Date: Mon, 2 Dec 2024 20:47:44 -0500 Subject: [PATCH] Fix missing tier specifications --- SegmentHumanBody.json | 5 +++-- SlicerNeuropacs.json | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/SegmentHumanBody.json b/SegmentHumanBody.json index 206e1734..7092a65d 100644 --- a/SegmentHumanBody.json +++ b/SegmentHumanBody.json @@ -1,8 +1,9 @@ { - "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.0.json#", + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#", "build_dependencies": ["PyTorch"], "build_subdirectory": ".", "category": "Segmentation", "scm_revision": "main", - "scm_url": "https://github.com/mazurowski-lab/SlicerSegmentHumanBody" + "scm_url": "https://github.com/mazurowski-lab/SlicerSegmentHumanBody", + "tier": 1 } diff --git a/SlicerNeuropacs.json b/SlicerNeuropacs.json index 1ac66939..3e38d2d1 100644 --- a/SlicerNeuropacs.json +++ b/SlicerNeuropacs.json @@ -1,8 +1,9 @@ { - "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.0.json#", + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Diffusion", "scm_revision": "main", - "scm_url": "https://github.com/neuropacs/SlicerNeuropacs" + "scm_url": "https://github.com/neuropacs/SlicerNeuropacs", + "tier": 1 }