jakevdp / nfft

Lightweight non-uniform Fast Fourier Transform in Python
MIT License
201 stars 29 forks source link

MAINT: use pip rather than conda for CI builds #4

Closed jakevdp closed 7 years ago

jakevdp commented 7 years ago

Should be faster overall.

jakevdp commented 7 years ago

pip install scipy keeps failing on Python 2.7 – it's trying to recompile rather than use binary distributions. Reading around, there doesn't seem to be an easy fix, so I guess we should stick with conda.