mckib2 / pygrappa

Python implementations of GRAPPA-like algorithms.

Home Page:https://pygrappa.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

skimage.util.pad not available

lukasfolle opened this issue · comments

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.

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

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