Instead of downgrading Scipy, I did a find/replace in called .py files and changed the line:
from scipy import interp
to:
from numpy import interp
It seems that everything is working now, but with every version upgrade of libraries calling scipy.interp, additional edits will be necessary.