mckib2 / pygrappa

Python implementations of GRAPPA-like algorithms.
https://pygrappa.readthedocs.io/en/latest/
MIT License
64 stars 13 forks source link

skimage.util.pad not available #91

Closed lukasfolle closed 2 years ago

lukasfolle commented 2 years ago

Recent install fails due to the latest scikit-image release: https://github.com/scikit-image/scikit-image/releases which dropped skimage.util.pad. Should be possible to fix this by replacing it with np.pad.

mckib2 commented 2 years ago

Yes, thanks for raising an issue here. It's about time we regenerated the wheels for the latest platforms as well

mckib2 commented 2 years ago

I updated dependencies in requirements.txt to the latest version my pip would install -- please open a new issue if this is too restrictive for your use case and we can try to relax them