Need at least scipy 1.5.0 for ks_1samp
@salvatore-vitale ran into the following error in the dynesty plotting code with an old version of scipy (1.4.x).
Looks like the ks_1samp
function was only added to scipy in version 1.5.0. This should be reflected in the requirements, which currently only have scipy>=0.16
.