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

Python compatability

mckib2 opened this issue · comments

Currently setup.py enforces python version >= 3.6, could be lower.

Python 3.5 compatibility added in commit e99a50d. < 3.5 won't be supported as matrix multiplication operator @ is 3.5 and onward.