mmuckley / torchkbnufft

A high-level, easy-to-deploy non-uniform Fast Fourier Transform in PyTorch.
https://torchkbnufft.readthedocs.io/
MIT License
201 stars 44 forks source link

Restrict PyTorch version #58

Closed mmuckley closed 2 years ago

mmuckley commented 2 years ago

PyTorch 1.11 has removed commands like torch.complex32 due to early-stage changes for how storage is handled. We have several components in our code for moving NUFFT operators based on these types, and so 1.11 broke torchkbnufft. Based on this issue we should have these attributes back in 1.12, so we'll restrict install requirements to exclude 1.11 until then.