Installed according to the README with miniconda (using the MinGW fortran compiler from the pull request #51 ), and found that when importing pyVHR got the following error:

This seems to be resolved by changing from scipy.stats import median_absolute_deviation as mad to from scipy.stats import median_abs_deviation as mad in BPM.py. (scipy version 1.10.0 and statsmodels version 0.13.5)
Installed according to the README with miniconda (using the MinGW fortran compiler from the pull request #51 ), and found that when importing pyVHR got the following error:

This seems to be resolved by changing
from scipy.stats import median_absolute_deviation as madtofrom scipy.stats import median_abs_deviation as madin BPM.py. (scipy version 1.10.0 and statsmodels version 0.13.5)