Pull request #1385: PIPE-2264 improve numpy 2 compatibility
Merge in PIPE/pipeline from PIPE-2264-improve-numpy-2-compatibility to main
* commit 'e2cad6514b1d16995ba318197fdb9a89b1811455': (34 commits)
Do not import bdsf on CASA 6.6.6+
Bump minimum casa version
Increment astropy version
Constrain input value to 1-d list
Revert temporal change on hsd/tasks/imaging/worker.py
Porting findContinuum version 8.2
porting almarenorm v2.1
properly display observing pattern in pointing plot
Fix scorecalculator unit test failure
Fix mswrapper unit test failure
Additoinal bug fix for tb.query issue
Use np.prod instead of deprecated np.product
set interpolation method only when it's available as tsdimaging parameter
Avoid contamination from previouw plots
Explicitly cast field id into Python int
temporarily use nearest interpolation for imaging
change to fix weblog rendering error in hsd_imaiging
use tolist method to convert numpy array into Python list
Removed unnecessary log handling from applycal qa code.
Use ndarray.tolist method to convert all list elements into Python builtin types
...