I'm seeing errors in hera_cal runs on pyuvdata related to improper scipy imports with scipy v1.13
The release notes for Scipy 1.11 say:
Importing window functions directly from scipy.window has been soft deprecated since SciPy 1.1.0. They now raise a DeprecationWarning and will be removed in SciPy 1.13.0. Users should instead import them from scipy.signal.window or use the convenience function scipy.signal.get_window.