Closed chrishavlin closed 5 months ago
adding a note for myself on removing the oldest-supported numpy... from https://github.com/scipy/oldest-supported-numpy :
with NumPy 2.0, it is now actually necessary to use >=2.0 at build time for packages that want to support both NumPy 1.xx and 2.0.
and see https://numpy.org/devdocs/dev/depending_on_numpy.html#adding-a-dependency-on-numpy
Replaces #122