Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added optional pyFFTW backend #379

Closed
wants to merge 15 commits into from
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
'matplotlib >= 1.5'],
'numba': ['numba >= 0.25'],
'display': ['matplotlib >= 1.5'],
'stft': ['pyfftw']
'fftw': ['pyfftw => 0.10.4']
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hahaha, oops.

}
)