gbrammer / grizli

Grizli: The "Grism redshift and line" analysis software
MIT License
68 stars 51 forks source link

Compliance with NumPy 2.0 #232

Closed TheSkyentist closed 4 months ago

TheSkyentist commented 4 months ago

NumPy 2.0.0 has been released, removing np.cast. This should fix compliance with NumPy. This is won't break grizli["jwst"] for now as the JWST pipeline is pinned to NumPy < 2.0.0 but this may have current consequences for HST reduction, and will eventually affect JWST when they upgrade to newer NumPy version.

gbrammer commented 4 months ago

thanks @TheSkyentist !