Slicer Radiomics

Operating system: Windiows
Slicer version: 4.10.2
Expected behavior:
Actual behavior:

I am using Slicer Radiomics with a parameter file. The possible settings depends on the PyRadiomics version used within Slicer Radiomcis. How can I know the PyRadiomics version that is being used?

SlicerRadiomics is using the latest version of pyradiomics.

For the reference, this is captured in https://github.com/Radiomics/SlicerRadiomics/blob/master/SuperBuild/External_python-pyradiomics.cmake#L26-L36.

Additionally, you can check the version in the output (part of the diagnostic features) and in the python interactor

import radiomics
print(radiomics.__version__)