yoyodyne icon indicating copy to clipboard operation
yoyodyne copied to clipboard

Unpin Numpy

Open kylebgorman opened this issue 1 year ago • 1 comments

#202 pinned numpy to < 2 because there was a conflict with PyTorch. This serves a reminder to remove this pin: most likely we can set numpy > 2.x.y (tbd) and also do the same for torch > 2.a.b. (also tbd) once the conflict is worked out. In fact this might already be possible.

kylebgorman avatar Jul 29 '24 15:07 kylebgorman

I did some research and the issue in question is PyTorch-Lightning. Presumably once we migrate onto >= 2.0.0 as per #60, we can release the pin.

kylebgorman avatar Jul 30 '24 14:07 kylebgorman