Project-MONAI / model-zoo

MONAI Model Zoo that hosts models in the MONAI Bundle format.
Apache License 2.0
179 stars 67 forks source link

support of requirement specifiers #451

Open wyli opened 1 year ago

wyli commented 1 year ago

Is your feature request related to a problem? Please describe. The current metadata format supports specific versions of dependencies: https://github.com/Project-MONAI/model-zoo/blob/ff6175a18bda80c2093cd6fb2a493055cccacf70/models/brats_mri_segmentation/configs/metadata.json#L28-L30

would be great to extend the syntax to have more flexibility such as https://pip.pypa.io/en/stable/reference/requirement-specifiers/#requirement-specifiers

this will require more testing pipelines and maintenance efforts, so the ci/cd config and contributing guide should also be revised accordingly.