Skip to content

Unpin Numpy and Scipy min versions, require Numpy >= 2.0.0

Leo P. Singer requested to merge leo-singer/ligo.skymap:unpin-numpy-scipy into main

The string representation of most scalars changed in Numpy 2.0.0 affecting doctests. Update the doctests; then require Numpy>=2.0.0 to ensure that the version of Numpy that we use at runtime is no older than the minimum version that we test with.

See https://github.com/astropy/astropy/issues/15095.

Merge request reports

Loading