I think numpy and future the only "real" dependencies -- everything else is either distributed with python by default, or is optional (only required if you want to use the particular device). The question might be whether we lump all of the optional dependencies together, i.e.
I think numpy and future the only "real" dependencies -- everything else is either distributed with python by default, or is optional (only required if you want to use the particular device). The question might be whether we lump all of the optional dependencies together, i.e.
or
or offer both options.