Closed jeremykubica closed 2 months ago
Closes #658
Upgrade to support numpy 2.0 and above. This requires pulling new versions of both eigen and pybind11 using git submodule update --remote. We add minimum versions for a bunch of packages, such as reproject and astropy-healpix.
git submodule update --remote
reproject
astropy-healpix
Rolling this back because it is failing in some weird places
Closes #658
Upgrade to support numpy 2.0 and above. This requires pulling new versions of both eigen and pybind11 using
git submodule update --remote
. We add minimum versions for a bunch of packages, such asreproject
andastropy-healpix
.