Caltech-IPAC / kete

Kete Solar System Survey tools
https://Caltech-IPAC.github.io/kete
BSD 3-Clause "New" or "Revised" License
12 stars 1 forks source link

Update nalgebra minimum version #61

Closed dahlend closed 4 months ago

dahlend commented 4 months ago

A version release of nalgebra last night caused builds of neospy to break this morning. The breaking change was due to a simplification of the DefaultAllocator used for memory allocation, nalgebra removed the need to specify the data type in the allocator.

This PR fixes that bug, and pins the minimum nalgebra version to this latest change.