mckib2 / pygrappa

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

Numpy required to install #9

Closed mckib2 closed 5 years ago

mckib2 commented 5 years ago

Because cython needs location of numpy includes, numpy is imported by setup.py. This means installation will fail when numpy is not previously installed.

mckib2 commented 5 years ago

This is related to issue #10, moving discussion over there.