From 3122b25a6f6d28c00a29bf664c9179c182a004b0 Mon Sep 17 00:00:00 2001 From: Jo-Byr Date: Fri, 22 Nov 2024 14:25:51 +0100 Subject: [PATCH] ENH: Add PKDIA extension --- PKDIA.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 PKDIA.json diff --git a/PKDIA.json b/PKDIA.json new file mode 100644 index 00000000..5123b861 --- /dev/null +++ b/PKDIA.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.0.json#", + "build_dependencies": ["PyTorch"], + "build_subdirectory": ".", + "category": "Segmentation", + "scm_revision": "main", + "scm_url": "https://github.com/conze/SlicerPKDIA" +}