I got Numpy and Matplotlib running on Heroku, and I\'m trying to install Scipy as well. However, Scipy requires BLAS[1] to install, which is not presented on the Heroku plat
I'm putting this here in case someone stumbled on this like I do. Since I am using python 3.4, thenovices buildpack doesn't work out for me.
I tried to look at conda buildpack, but it seems like a little bit of an overkill for my application which only requires scipy and numpy. What finally works for me is this excellent guide, using a multi buildpacks approach. The scipy installation was indeed a bit long though. Hope this helps! :)