igmhub / picca

set of tools for continuum fitting, correlation function calculation, cosmological fits...
GNU General Public License v3.0
29 stars 22 forks source link

Test numpy 2.0 compatibility or pin to 1.x #1062

Open Waelthus opened 6 months ago

Waelthus commented 6 months ago

Numpy 2.0 is now in beta and will have ABI breaking changes, i.e. not be fully backwards compatible. See current release notes here: https://github.com/numpy/numpy/releases/tag/v2.0.0b1

As we rely on both numpy and other packages depending on numpy, this will likely require us to use the old version until requirements are updated. The testing will likely fail after the update as well...