diff --git a/ci/bundle_custom_data.py b/ci/bundle_custom_data.py index 92613b97..8894136a 100644 --- a/ci/bundle_custom_data.py +++ b/ci/bundle_custom_data.py @@ -15,6 +15,7 @@ # If a bundle does not need to be tested, please add the bundle name into the list. exclude_verify_shape_list = [ "mednist_gan", + "mednist_ddpm", "lung_nodule_ct_detection", "pathology_nuclei_segmentation_classification", "brats_mri_generative_diffusion", @@ -41,6 +42,7 @@ "vista3d", "maisi_ct_generative", "vista2d", + "mednist_ddpm" ] # This list is used for our CI tests to determine whether a bundle needs to be tested after downloading diff --git a/models/mednist_ddpm/configs/metadata.json b/models/mednist_ddpm/configs/metadata.json index 65960dda..af994be0 100644 --- a/models/mednist_ddpm/configs/metadata.json +++ b/models/mednist_ddpm/configs/metadata.json @@ -7,7 +7,7 @@ "monai_version": "1.4.0", "pytorch_version": "2.5.1", "numpy_version": "1.26.4", - "optional_packages_version": {}, + "required_packages_version": {}, "task": "MedNIST Hand Generation", "description": "", "authors": "Walter Hugo Lopez Pinaya, Mark Graham, and Eric Kerfoot",